aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2018-08-30 18:06:50 +0200
committerLuca Stefani <luca.stefani.ge1@gmail.com>2018-08-30 18:07:11 +0200
commit6c67e68d55409adf13c854fceaed060e3258716c (patch)
tree046f46978a304ba95996fd395a592369c40de11d
parent3f16a3cafc001b86d4232d63dbac6497b4aa2762 (diff)
downloadandroid_packages_apps_Updater-6c67e68d55409adf13c854fceaed060e3258716c.tar.gz
android_packages_apps_Updater-6c67e68d55409adf13c854fceaed060e3258716c.tar.bz2
android_packages_apps_Updater-6c67e68d55409adf13c854fceaed060e3258716c.zip
Updater: Add SYSTEM_UPDATE_SETTINGS intent filter
Change-Id: Ie3f32e91ff5d6dc1422783bdef403c023b519149
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 02c46f6..0b0352f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,6 +24,12 @@
android:label="@string/display_name"
android:theme="@style/AppTheme.NoActionBar"
android:launchMode="singleTop">
+ <intent-filter android:priority="1">
+ <action android:name="android.settings.SYSTEM_UPDATE_SETTINGS" />
+
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+
<intent-filter>
<action android:name="android.intent.action.MAIN" />