Skip to content

Commit efd1212

Browse files
committed
manifest: Lock the screen orientation at portrait
1 parent 157ec69 commit efd1212

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
android:label="@string/app_name"
99
android:supportsRtl="true"
1010
android:theme="@style/Theme.HorizonKernelFlasher">
11-
<activity android:name=".MainActivity">
11+
<activity
12+
android:name=".MainActivity"
13+
android:screenOrientation="portrait">
1214
<intent-filter>
1315
<action android:name="android.intent.action.MAIN" />
1416

0 commit comments

Comments
 (0)