From eca15e18c601f2858f66c625c501df12cc5febd5 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Fri, 23 May 2014 08:46:34 -0700 Subject: [PATCH] Disable orientation switching on CryptKeeper screen Consensus is that it adds no usability, but creates bugs and unpleasantness. @bug 14415329 Change-Id: Icd682e5199d0d7b5d2f25b6e772e6e3cdb3a9bb0 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4388f0b858..36cf32c9df 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1512,7 +1512,8 @@ android:excludeFromRecents="true" android:theme="@android:style/Theme.Quantum.Light.NoActionBar" android:configChanges="keyboard|keyboardHidden|uiMode" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:screenOrientation="nosensor"> -- 2.11.0