diff options
| author | 2018-01-10 17:31:28 -0800 | |
|---|---|---|
| committer | 2018-01-11 11:46:40 -0800 | |
| commit | 3caeb4e521c16ebf717f07acbcf745820cb4a5ef (patch) | |
| tree | a59a586aa67c2aedb6dfe7532a098997ad0debbc | |
| parent | 3101268dd8d7597e5df61093fce87fa914b2e717 (diff) | |
Make Wifi Wake onboarding broadcasts protected.
Bug: 64094365
Test: Build with change in topic. Ensure broadcasts do not
cause errors.
Change-Id: I738b1da715de6f16bb046b5cd61f4f948b034042
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 00e3a4a68f78..4968025d2704 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -327,6 +327,10 @@      <protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.CONNECT_TO_NETWORK" />      <protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.PICK_WIFI_NETWORK" />      <protected-broadcast android:name="com.android.server.wifi.ConnectToNetworkNotification.PICK_NETWORK_AFTER_FAILURE" /> +    <protected-broadcast android:name="com.android.server.wifi.wakeup.DISMISS_NOTIFICATION" /> +    <protected-broadcast android:name="com.android.server.wifi.wakeup.OPEN_WIFI_PREFERENCES" /> +    <protected-broadcast android:name="com.android.server.wifi.wakeup.OPEN_WIFI_SETTINGS" /> +    <protected-broadcast android:name="com.android.server.wifi.wakeup.TURN_OFF_WIFI_WAKE" />      <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />      <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />      <protected-broadcast android:name="android.net.wifi.WIFI_CREDENTIAL_CHANGED" /> |