Merge "Disable orientation switching on CryptKeeper screen"
This commit is contained in:
committed by
Android (Google) Code Review
commit
381424c952
@@ -1513,7 +1513,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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user