Use correct binding. Remove unneeded code.

This commit is contained in:
2022-06-28 10:14:50 +02:00
parent 0ed30dc87a
commit a7b3247796
7 changed files with 138 additions and 189 deletions

View File

@@ -3,6 +3,7 @@
package="me.zobrist.tichucounter">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@@ -21,6 +22,14 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name="androidx.appcompat.app.AppLocalesMetadataHolderService"
android:enabled="false"
android:exported="false">
<meta-data
android:name="autoStoreLocales"
android:value="true" />
</service>
</application>
</manifest>