Avoid re-launching Keyguard warning dialog multiple times on orientation change.

Bug: 5211608
Change-Id: I13eb71fac954710bef8288294e96f9f60030ff6a
This commit is contained in:
Amith Yamasani
2011-08-26 15:39:16 -07:00
parent ef283b41b0
commit b9812022ea

View File

@@ -637,6 +637,7 @@
<activity android:name="CredentialStorage"
android:theme="@style/Transparent"
android:launchMode="singleTop"
android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter>
<action android:name="com.android.credentials.UNLOCK" />