mirror of https://github.com/axmolengine/axmol.git
Adding additional android:configChanges parameters to AndroidManifest
This commit is contained in:
parent
3c20c6d9a8
commit
388edc144b
|
@ -16,7 +16,7 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="landscape"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||||
android:configChanges="orientation">
|
android:configChanges="orientation|screenSize|smallestScreenSize">
|
||||||
|
|
||||||
<!-- Tell NativeActivity the name of our .so -->
|
<!-- Tell NativeActivity the name of our .so -->
|
||||||
<meta-data android:name="android.app.lib_name"
|
<meta-data android:name="android.app.lib_name"
|
||||||
|
|
Loading…
Reference in New Issue