mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Force Android app to always use landscape orientation
This commit is contained in:
committed by
GitHub
parent
4d2ca33c2f
commit
396ebc7193
@@ -27,7 +27,8 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".GameActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize">
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:screenOrientation="landscape">
|
||||
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user