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:
parent
6c1d791534
commit
4fb57dc022
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user