summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Liu <steveliu@google.com> 2020-12-17 13:07:54 -0800
committer Steven Liu <steveliu@google.com> 2020-12-17 13:43:04 -0800
commitf60c7c6758add95283472be1d1fb4455d84f4ea2 (patch)
tree7ba46e32768652c9498de9c47df68c94842f8283
parent6403bb4cc2f9dd141a08e34f74d81ab34da85210 (diff)
multiple users support for carrier wifi provisioning
Add a new intent to wake up carrier provisioning apps to handle the refreshing request on user switching. Bug: 156751190 Test: manual test, both SIM card changing and 'reset wifi' in multiple users case. Change-Id: I6591a4b5636c0464b4177af175d7cfdc5918010d
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 162fa70dd16a..09923796e035 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -377,6 +377,7 @@
<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.action.PASSPOINT_LAUNCH_OSU_VIEW" />
+ <protected-broadcast android:name="android.net.wifi.action.REFRESH_USER_PROVISIONING" />
<protected-broadcast android:name="android.net.wifi.action.WIFI_NETWORK_SUGGESTION_POST_CONNECTION" />
<protected-broadcast android:name="android.net.wifi.action.WIFI_SCAN_AVAILABILITY_CHANGED" />
<protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />