Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3894884 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Danesh M
Browse files

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
(cherry picked from commit 4fb57dc0)
parent 576e44a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />