summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nate Jiang <qiangjiang@google.com> 2020-07-27 18:49:27 +0000
committer Nate Jiang <qiangjiang@google.com> 2020-07-28 17:06:06 +0000
commitfc974f2893140a83f7a2bf0a60d00fc613dc408e (patch)
treea477e38be6b2e2677068d0bc6433c031fe64fec2
parent290ee34d3b1ebacc1b44b3aa9f16a7ada921acbe (diff)
Revert "Make broadcast protected"
Revert submission 12228948-cherrypick-imsiFlow-cq2jn82jd4 Reason for revert: protect broadcast by NETWORK_SETTINGS permission Reverted Changes: I8be7c1b9e:Update IMSI protection notification flow I0cd36cb60:Make broadcast protected Bug: 161932419 Change-Id: I39bf4da17bd639564f150370167ad6e567e125a0
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 8f61b6b477f0..9945057f0e94 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -353,7 +353,6 @@
<protected-broadcast android:name="com.android.server.wifi.action.CarrierNetwork.USER_ALLOWED_CARRIER" />
<protected-broadcast android:name="com.android.server.wifi.action.CarrierNetwork.USER_DISALLOWED_CARRIER" />
<protected-broadcast android:name="com.android.server.wifi.action.CarrierNetwork.USER_DISMISSED" />
- <protected-broadcast android:name="com.android.server.wifi.action.CarrierNetwork.USER_CLICKED" />
<protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.USER_DISMISSED_NOTIFICATION" />
<protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.CONNECT_TO_NETWORK" />
<protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.PICK_WIFI_NETWORK" />