|
|
@@ -11,7 +11,7 @@
|
|
|
<application android:icon="@drawable/icon" android:label="@string/app_name" android:hasCode="true">
|
|
|
<activity android:name="org.gameplay3d.GameNativeActivity"
|
|
|
android:label="@string/app_name"
|
|
|
- android:configChanges="screenSize|orientation|keyboardHidden"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
android:screenOrientation="landscape">
|
|
|
<meta-data android:name="android.app.lib_name" android:value="TEMPLATE_PROJECT" />
|