summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2021-03-19 10:40:49 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-03-19 10:40:49 +0000
commitba3bf73e8629c75b405f9f9d5ef569224fda8053 (patch)
tree925240ffe62a417fbcb343bcb0c3049c05597336 /AndroidManifest.xml
parentfd52e36de977bc820669c8c24b40a01a107e8e90 (diff)
parentaaf21230a146d02cf9c477a04c2a899a3297bf21 (diff)
downloadSettings-ba3bf73e8629c75b405f9f9d5ef569224fda8053.tar.gz
Merge "Modify the value of intent-filter" into sc-dev
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 91854b028db..eeb969464b5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -396,12 +396,15 @@
android:exported="true"
android:permission="android.permission.NETWORK_STACK"
android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
+ <!-- TODO: Consider removing below two intent filters.
+ It seems like below two intent filters can be removed because when the notification
+ is clicked, this activity will be launched anyway. -->
<intent-filter>
- <action android:name="android.net.conn.PROMPT_UNVALIDATED" />
+ <action android:name="android.net.action.PROMPT_UNVALIDATED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
- <action android:name="android.net.conn.PROMPT_LOST_VALIDATION" />
+ <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"