diff options
| author | 2017-03-28 00:03:03 +0000 | |
|---|---|---|
| committer | 2017-03-28 00:03:03 +0000 | |
| commit | 8e94d9e32dbc780b4228dea8a4d9f078e8f5b80d (patch) | |
| tree | 7aff9ccc8bf3e75e9b85bd8a601b3d8be2df08fe | |
| parent | bc3fefbacd7c11d147e192f7b3324f1f4dc53b51 (diff) | |
| parent | 61f58f06767863907801299f134dd494543cf8b3 (diff) | |
Merge "hotspot2: register Passpoint related intents as protected broadcast" am: 97bdedf655
am: 61f58f0676
Change-Id: I924befd6d9a1fb1e6bdb257bc6d662172d2354d9
| -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 7266bf98757c..ebbc55a7930d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -309,6 +309,10 @@ <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" /> <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" /> <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" /> + <protected-broadcast android:name="android.net.wifi.action.PASSPOINT_DEAUTH_IMMINENT" /> + <protected-broadcast android:name="android.net.wifi.action.PASSPOINT_ICON" /> + <protected-broadcast android:name="android.net.wifi.action.PASSPOINT_OSU_PROVIDERS_LIST" /> + <protected-broadcast android:name="android.net.wifi.action.PASSPOINT_SUBSCRIPTION_REMEDIATION" /> <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" /> <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" /> <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" /> |