Disable orientation switching on CryptKeeper screen

Consensus is that it adds no usability, but creates bugs and unpleasantness.

@bug 14415329

Change-Id: Icd682e5199d0d7b5d2f25b6e772e6e3cdb3a9bb0
This commit is contained in:
Paul Lawrence
2014-05-23 08:46:34 -07:00
parent 21300597d1
commit eca15e18c6

View File

@@ -1512,7 +1512,8 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:theme="@android:style/Theme.Quantum.Light.NoActionBar" android:theme="@android:style/Theme.Quantum.Light.NoActionBar"
android:configChanges="keyboard|keyboardHidden|uiMode" android:configChanges="keyboard|keyboardHidden|uiMode"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize"
android:screenOrientation="nosensor">
<intent-filter android:priority="10"> <intent-filter android:priority="10">
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" /> <category android:name="android.intent.category.HOME" />