Fixing configChanges flag to disable GL context being deleted on rotate

This commit is contained in:
Rohan Kuruvilla 2013-04-25 18:17:58 -07:00
parent b1f9dd30e7
commit 188f0354f3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation">
android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />