Skip to content

Commit a2b8cbe

Browse files
committed
main activity should be exported true
1 parent 45e3db4 commit a2b8cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
tools:ignore="LockedOrientationActivity" />
3030
<activity
3131
android:name=".MainMenu"
32-
android:exported="false"
32+
android:exported="true"
3333
android:screenOrientation="portrait"
3434
tools:ignore="LockedOrientationActivity">
3535
<intent-filter>

0 commit comments

Comments
 (0)