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 157ec69 commit efd1212Copy full SHA for efd1212
app/src/main/AndroidManifest.xml
@@ -8,7 +8,9 @@
8
android:label="@string/app_name"
9
android:supportsRtl="true"
10
android:theme="@style/Theme.HorizonKernelFlasher">
11
- <activity android:name=".MainActivity">
+ <activity
12
+ android:name=".MainActivity"
13
+ android:screenOrientation="portrait">
14
<intent-filter>
15
<action android:name="android.intent.action.MAIN" />
16
0 commit comments