From 5ab67c56488d0b0a24fa822a0df58608a7a82765 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 14 May 2014 13:57:06 -0700 Subject: [PATCH] Prevent PIN/Passwword disappearing during boot During startup, when the telephony service starts, a configChange is sent to the CryptKeeper activity, causing it to lose its data. Ignore this change since it is immaterial to what we display. Bug: 17421115 Change-Id: I83f867f3de5d90ff1050e3906da142d99fd6c276 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 11665b070e..0fb622859b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1670,7 +1670,7 @@ android:launchMode="singleTop" android:excludeFromRecents="true" android:theme="@style/Theme.CryptKeeper" - android:configChanges="keyboard|keyboardHidden|uiMode" + android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" android:windowSoftInputMode="adjustResize" android:screenOrientation="nosensor"> -- 2.11.0