From a1092fe1ad64de4e15582d70f02db37b7aa105a1 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Mon, 8 Jun 2015 11:00:50 -0700 Subject: [PATCH] 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 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 57e175f0d90..de3ed5111dc 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">