We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2cd22 commit 7bde4deCopy full SHA for 7bde4de
app/src/main/AndroidManifest.xml
@@ -10,7 +10,8 @@
10
android:theme="@style/Theme.HorizonKernelFlasher">
11
<activity
12
android:name=".MainActivity"
13
- android:screenOrientation="portrait">
+ android:screenOrientation="portrait"
14
+ android:exported="true">
15
<intent-filter>
16
<action android:name="android.intent.action.MAIN" />
17
0 commit comments