diff options
| author | 2020-07-25 00:52:08 +0000 | |
|---|---|---|
| committer | 2020-07-25 00:52:08 +0000 | |
| commit | 1263a947281e4da6f0374dbc01e5100e2e7133d1 (patch) | |
| tree | a73b81df282cb8519d865b6cc472202b218e373d | |
| parent | 61e32caa0b43c0414f644e7ca953b102cb5de968 (diff) | |
| parent | 290ee34d3b1ebacc1b44b3aa9f16a7ada921acbe (diff) | |
Merge "Make broadcast protected" into rvc-d1-dev
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 9945057f0e94..8f61b6b477f0 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -353,6 +353,7 @@ <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" /> |