Move CryptKeeper to own process
It is possible to run settings from within keyboard, and then find ways of
crashing it. This restarts CryptKeeper since they are one process, with
bad consequences (see bug).
Move to separate process to alleviate this problem
Bug: 21514179
Change-Id: Ib2c19e8f0f3956402cc11a2caedc0a45f786cac3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 57e175f..de3ed51 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2107,7 +2107,8 @@
android:theme="@style/Theme.CryptKeeper"
android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode"
android:windowSoftInputMode="adjustResize"
- android:screenOrientation="nosensor">
+ android:screenOrientation="nosensor"
+ android:process=":CryptKeeper">
<intent-filter android:priority="10">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />