Fixed that Android 12+ now requires "exported" to be set to true
This commit is contained in:
parent
c3eec2e8bc
commit
a0b1b10749
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue