Fixed that Android 12+ now requires "exported" to be set to true

This commit is contained in:
dankito 2023-04-11 02:28:19 +02:00
parent c3eec2e8bc
commit a0b1b10749
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
android:theme="@style/AppTheme"
>
<activity android:name=".MainActivity">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>