mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Android apps handling orientation config change should apparenlty handle screenSize as well in API 13+
This commit is contained in:
parent
16ed2542fe
commit
c5837ebe81
|
@ -59,7 +59,7 @@
|
||||||
android:screenOrientation="sensorLandscape"
|
android:screenOrientation="sensorLandscape"
|
||||||
android:clearTaskOnLaunch="true"
|
android:clearTaskOnLaunch="true"
|
||||||
android:stateNotNeeded="true"
|
android:stateNotNeeded="true"
|
||||||
android:configChanges="orientation|keyboardHidden"
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||||
android:theme="@style/CaptureTheme"
|
android:theme="@style/CaptureTheme"
|
||||||
android:windowSoftInputMode="stateAlwaysHidden">
|
android:windowSoftInputMode="stateAlwaysHidden">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in a new issue