Add ability to change default Android screen orientation.

This commit is contained in:
Chandler Cox
2023-12-08 15:48:43 -06:00
parent 306dd43b18
commit df83491313
3 changed files with 63 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
<activity android:name="com.flaxengine.GameActivity"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|screenSize"
android:screenOrientation="fullSensor">
android:screenOrientation="${DefaultOrientation}">
<meta-data android:name="android.app.lib_name" android:value="FlaxGame" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />