summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-09-15 09:15:33 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-09-15 09:15:46 -0700
commitfa1be773ce380d28da440ce6e9481b582bd95fb4 (patch)
tree6fb8be7420c424fea04de8839f797b78bea762ce /AndroidManifest.xml
parentaa2af7154cd5a05e3ec030448e195c2469f5fbe8 (diff)
downloadpackages_apps_SetupWizard-fa1be773ce380d28da440ce6e9481b582bd95fb4.zip
packages_apps_SetupWizard-fa1be773ce380d28da440ce6e9481b582bd95fb4.tar.gz
packages_apps_SetupWizard-fa1be773ce380d28da440ce6e9481b582bd95fb4.tar.bz2
Revert "Bump HOME intent priority"
Breaks sim unlock This reverts commit 4fb57dc022820d6edad69af729073bdd0b572b38. Change-Id: I0e90a471b508b9c0c4bc692ff5ca4508cbe5862b
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 61f14fd..4f054dc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -84,7 +84,7 @@
android:immersive="true"
android:windowSoftInputMode="stateAlwaysHidden">
- <intent-filter android:priority="11">
+ <intent-filter android:priority="9">
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" />