Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 381424c9 authored by Paul Lawrence's avatar Paul Lawrence Committed by Android (Google) Code Review
Browse files

Merge "Disable orientation switching on CryptKeeper screen"

parents 4ad687a0 eca15e18
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" />