Skip to content

Commit 26f3ded

Browse files
committed
exported
1 parent ebbc134 commit 26f3ded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
android:supportsRtl="true"
1414
android:theme="@style/Theme.PaginationMVIFlow"
1515
android:usesCleartextTraffic="true">
16-
<activity android:name=".MainActivity">
16+
<activity
17+
android:name=".MainActivity"
18+
android:exported="true">
1719
<intent-filter>
1820
<action android:name="android.intent.action.MAIN" />
1921

0 commit comments

Comments
 (0)