1
0
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:
Michael Steenbeek
2022-04-25 23:32:57 +02:00
committed by GitHub
parent 4d2ca33c2f
commit 396ebc7193

View File

@@ -27,7 +27,8 @@
</activity>
<activity
android:name=".GameActivity"
android:configChanges="keyboardHidden|orientation|screenSize">
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape">
</activity>
</application>