We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2a3b8 commit 885e7eeCopy full SHA for 885e7ee
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