Adding additional android:configChanges parameters to AndroidManifest

This commit is contained in:
Rohan Kuruvilla 2013-07-15 15:57:27 -07:00 committed by folecr
parent 3c20c6d9a8
commit 388edc144b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation">
android:configChanges="orientation|screenSize|smallestScreenSize">
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"