Merge "Ensure CryptKeeper runs with its own task affinity" into rvc-dev

This commit is contained in:
Winson Chung
2020-04-24 23:01:36 +00:00
committed by Android (Google) Code Review

View File

@@ -2269,6 +2269,7 @@
android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode"
android:windowSoftInputMode="adjustResize"
android:screenOrientation="nosensor"
android:taskAffinity="com.android.settings.CryptKeeper"
android:process=":CryptKeeper">
<intent-filter android:priority="10">
<action android:name="android.intent.action.MAIN" />