diff options
| author | 2019-12-28 01:48:26 +0000 | |
|---|---|---|
| committer | 2019-12-28 01:48:26 +0000 | |
| commit | ea4d0ca092f2bbe7f52a40d52e37a2c51734dcd3 (patch) | |
| tree | 8d91e50b76e33f6929c0279c8461bbc0c3ca2eca | |
| parent | 35cd93eebff83bc35fae1a904cf6319f6aa847e2 (diff) | |
| parent | 66a71e55b30ac3e917ae04ed5273b978d340d7b2 (diff) | |
[WIFI] Protect broadcasts used by the Wi-Fi framework am: 66a71e55b3
Change-Id: Ie2be04f31ae12b284d3fbd6fc20509a73851bcbe
| -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 31ac2bc7407f..831794f8e333 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -346,6 +346,7 @@ <protected-broadcast android:name="com.android.server.am.DELETE_DUMPHEAP" /> <protected-broadcast android:name="com.android.server.net.action.SNOOZE_WARNING" /> <protected-broadcast android:name="com.android.server.net.action.SNOOZE_RAPID" /> + <protected-broadcast android:name="com.android.server.wifi.ACTION_SHOW_SET_RANDOMIZATION_DETAILS" /> <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" /> |