We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7b8c3 commit d68c307Copy full SHA for d68c307
app/src/main/AndroidManifest.xml
@@ -9,7 +9,7 @@
9
android:roundIcon="@mipmap/ic_launcher_round"
10
android:supportsRtl="true"
11
android:theme="@style/AppTheme">
12
- <activity android:name=".MainActivity">
+ <activity android:name=".MainActivity" android:exported="true">
13
<intent-filter>
14
<action android:name="android.intent.action.MAIN" />
15
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments