Android apps handling orientation config change should apparenlty handle screenSize as well in API 13+

This commit is contained in:
Sean Owen 2014-03-15 08:33:55 -07:00
parent 16ed2542fe
commit c5837ebe81

View file

@ -59,7 +59,7 @@
android:screenOrientation="sensorLandscape"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:configChanges="orientation|keyboardHidden"
android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/CaptureTheme"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>