0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

lint: remove redundant name from activities

flagged by lint in AGP7.1+, these activity names are same as app name, ergo redundant
This commit is contained in:
Mike Hardy 2022-01-26 11:53:04 -05:00
parent c641a7243e
commit 88554159ca

View File

@ -82,7 +82,6 @@
/>
<activity
android:name="com.ichi2.anki.IntentHandler"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation|screenSize|locale"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="true"
@ -171,7 +170,6 @@
</activity>
<activity
android:name="com.ichi2.anki.DeckPicker"
android:label="@string/app_name"
android:theme="@style/Theme_Dark_Compat.Launcher"
android:exported="false"
android:configChanges="keyboardHidden|orientation|screenSize|locale"