diff options
| author | 2020-07-28 20:02:42 +0000 | |
|---|---|---|
| committer | 2020-07-28 20:02:42 +0000 | |
| commit | 243cd3ec1ac3b2093d316c493b8e7e0dc47c12b4 (patch) | |
| tree | 7de2ff2a470a2290cf5d97ba52fa480551c8a65b | |
| parent | 4034ddfa749baef10ac02851d1f0c31b676fe85b (diff) | |
| parent | fc974f2893140a83f7a2bf0a60d00fc613dc408e (diff) | |
Merge "Revert "Make broadcast protected"" into rvc-d1-dev
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
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" /> |