am 2114e386: Merge "Move CryptKeeper to own process" into mnc-dev

* commit '2114e386a4fabe060784a7077eaee9e13ef3af59':
  Move CryptKeeper to own process
This commit is contained in:
Paul Lawrence
2015-06-09 21:12:35 +00:00
committed by Android Git Automerger

View File

@@ -2110,7 +2110,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" />