Tweaking the Android Manfest to cope with new target changes: CB-1147

This commit is contained in:
Joe Bowser
2012-07-27 13:31:25 -07:00
parent 893ecec55e
commit f2afa4dd50
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:debuggable="true">
<activity android:name=".StandAlone" android:windowSoftInputMode="adjustPan"
android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />