summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2015-08-14 11:52:38 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-09-11 12:56:06 -0700
commit4fb57dc022820d6edad69af729073bdd0b572b38 (patch)
treeaadf8af0562b16c821d05b0ba0b20cdc04df4b4d /AndroidManifest.xml
parent6c1d791534eb47dfa8831af563428f85389828e8 (diff)
downloadpackages_apps_SetupWizard-4fb57dc022820d6edad69af729073bdd0b572b38.zip
packages_apps_SetupWizard-4fb57dc022820d6edad69af729073bdd0b572b38.tar.gz
packages_apps_SetupWizard-4fb57dc022820d6edad69af729073bdd0b572b38.tar.bz2
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4f054dc..61f14fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />