locks the app to device portrait orientation

This commit is contained in:
2026-04-28 03:05:40 +00:00
parent 695d3ded97
commit bf4dd174b0
3 changed files with 2 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
android:screenOrientation="portrait"
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"