Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f80bfe5b authored by Selim Gurun's avatar Selim Gurun Committed by Android (Google) Code Review
Browse files

Merge "Limit broadcast of data reduction proxy change intent"

parents a96bbec7 980eb545
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1206,7 +1206,8 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
                Settings.Secure.WEBVIEW_DATA_REDUCTION_PROXY,
                mWebViewDataReductionProxy.isChecked() ? 1 : 0);
        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() {