1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Force landscape orientation

This commit is contained in:
Mathieu Schroeter 2018-06-10 15:26:23 +02:00
parent 44379ac6b8
commit 4686e46249

View File

@ -30,6 +30,7 @@
android:hardwareAccelerated="true" >
<activity android:name="SDLActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation"
>
<intent-filter>