Support for Android 12

This commit is contained in:
Herbert Reiter
2021-12-25 15:53:27 +01:00
parent ce33ef40d6
commit bb52a69ff7
2 changed files with 11 additions and 9 deletions
+4 -2
View File
@@ -20,7 +20,8 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name">
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -44,7 +45,8 @@
<service
android:name="net.moasdawiki.app.CalendarAccountAuthenticatorService"
tools:ignore="ExportedService">
tools:ignore="ExportedService"
android:exported="true">
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator"/>
</intent-filter>