We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb0c3e commit 1bdf98dCopy full SHA for 1bdf98d
1 file changed
app/src/main/AndroidManifest.xml
@@ -9,7 +9,8 @@
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"
13
+ android:exported="true">
14
<intent-filter>
15
<action android:name="android.intent.action.MAIN" />
16
0 commit comments