Prevent app from restarting when display resolution changes (external displayy was plugged etc)

This commit is contained in:
Sergii Pylypenko
2014-01-09 22:13:16 +02:00
parent bdde59bfa6
commit 50656161c7
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:screenOrientation="userLandscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:windowSoftInputMode="stateUnspecified|adjustPan"
>
<intent-filter>