summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-10-16 11:49:00 -0700
committerDianne Hackborn <hackbod@google.com>2011-10-16 11:55:33 -0700
commit140f6c6cf705f020c0ee6a2843cf1691cc68e729 (patch)
tree4a4297ccdbb8453ff77063b2b5ac3c5ab5c704b0 /AndroidManifest.xml
parentf9eca2e0e0dc31fde40cc731c50c3f522f578c69 (diff)
downloadpackages_apps_settings-140f6c6cf705f020c0ee6a2843cf1691cc68e729.zip
packages_apps_settings-140f6c6cf705f020c0ee6a2843cf1691cc68e729.tar.gz
packages_apps_settings-140f6c6cf705f020c0ee6a2843cf1691cc68e729.tar.bz2
Fix issue #5460725: Crespo does not fully boot after a wipe
Add a hack to relaunch whatever was supposed to be launched (presumably home) when CryptKeeper discovers it shouldn't be running. Change-Id: I1406b8d6e8d484ed1c169fa4908a9e05e8c7c2ad
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 15bb878..1da79f8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1155,6 +1155,7 @@
<activity android:name=".CryptKeeper"
android:immersive="true"
android:launchMode="singleTop"
+ android:excludeFromRecents="true"
android:theme="@android:style/Theme.Holo.NoActionBar"
android:configChanges="mcc|mnc|keyboard|keyboardHidden|uiMode"
android:windowSoftInputMode="stateVisible|adjustResize">