Skip to content

Commit 8afb2bf

Browse files
committed
adds exported=true to Main Activity
1 parent f201078 commit 8afb2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<activity
1717
android:name=".MainActivity"
1818
android:clearTaskOnLaunch="true"
19-
android:label="@string/app_name"
20-
android:launchMode="singleTop">
19+
android:launchMode="singleTop"
20+
android:exported="true">
2121
<intent-filter>
2222
<action android:name="android.intent.action.MAIN" />
2323

0 commit comments

Comments
 (0)