Merge "Disable orientation switching on CryptKeeper screen"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ee78672..030e051 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1513,7 +1513,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">
             <intent-filter android:priority="10">
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.HOME" />