Bump HOME intent priority

Other applications have a higher priority causing some poor
behavior during OOBE (e.g. CryptKeeper). Bumping this to get rid of
some jank during first boot.

issue-id: CYNGNOS-983

Change-Id: I272d1541e22933aa3abd86d2e73c7140eaa4df91
This commit is contained in:
Raj Yengisetty 2015-08-14 11:52:38 -07:00 committed by Gerrit Code Review
parent 6c1d791534
commit 4fb57dc022
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
android:immersive="true"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter android:priority="9">
<intent-filter android:priority="11">
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" />