ShellActivity should be portrait

This commit is contained in:
ShirosakiMio 2023-07-31 17:41:08 +08:00
parent 04ac6d244a
commit f0320dfdfe
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
android:name=".activity.ShellActivity" android:name=".activity.ShellActivity"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation"
android:screenOrientation="sensorLandscape"/> android:screenOrientation="sensorPortrait"/>
<activity <activity
android:process=":game" android:process=":game"
android:launchMode="standard" android:launchMode="standard"