Limit broadcast of data reduction proxy change intent
Bug: 12492817 Broadcast the intent to receivers that belong to current user. Change-Id: I71bfc47bce485c6fe190c05212afdb136c3304db
This commit is contained in:
@@ -1206,7 +1206,8 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
|||||||
Settings.Secure.WEBVIEW_DATA_REDUCTION_PROXY,
|
Settings.Secure.WEBVIEW_DATA_REDUCTION_PROXY,
|
||||||
mWebViewDataReductionProxy.isChecked() ? 1 : 0);
|
mWebViewDataReductionProxy.isChecked() ? 1 : 0);
|
||||||
Intent intent = new Intent(WebView.DATA_REDUCTION_PROXY_SETTING_CHANGED);
|
Intent intent = new Intent(WebView.DATA_REDUCTION_PROXY_SETTING_CHANGED);
|
||||||
getActivity().sendBroadcast(intent);
|
// Broadcast to all apps running as current user.
|
||||||
|
getActivity().sendBroadcastAsUser(intent, UserHandle.CURRENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateWebViewDataReductionProxyOptions() {
|
private void updateWebViewDataReductionProxyOptions() {
|
||||||
|
Reference in New Issue
Block a user