Skip to content

Commit 7bde4de

Browse files
committed
manifest: Export MainActivity
* sdk31 requirement
1 parent df2cd22 commit 7bde4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
android:theme="@style/Theme.HorizonKernelFlasher">
1111
<activity
1212
android:name=".MainActivity"
13-
android:screenOrientation="portrait">
13+
android:screenOrientation="portrait"
14+
android:exported="true">
1415
<intent-filter>
1516
<action android:name="android.intent.action.MAIN" />
1617

0 commit comments

Comments
 (0)