Merge "Avoid re-launching Keyguard warning dialog multiple times on orientation change."
This commit is contained in:
committed by
Android (Google) Code Review
commit
33198c7ccb
@@ -637,6 +637,7 @@
|
|||||||
|
|
||||||
<activity android:name="CredentialStorage"
|
<activity android:name="CredentialStorage"
|
||||||
android:theme="@style/Transparent"
|
android:theme="@style/Transparent"
|
||||||
|
android:launchMode="singleTop"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.credentials.UNLOCK" />
|
<action android:name="com.android.credentials.UNLOCK" />
|
||||||
|
|||||||
Reference in New Issue
Block a user