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

This commit is contained in:
Amith Yamasani
2011-09-06 11:02:12 -07:00
committed by Android (Google) Code Review

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" />