Skip to content

Commit 1bdf98d

Browse files
committed
base 3.0.7
1 parent 3fb0c3e commit 1bdf98d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name=".MainActivity">
12+
<activity android:name=".MainActivity"
13+
android:exported="true">
1314
<intent-filter>
1415
<action android:name="android.intent.action.MAIN" />
1516

0 commit comments

Comments
 (0)