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

Commit 6dcc906c authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Make Proxy change broadcast sticky"

parents e01af4de a2e13392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2163,7 +2163,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
        Intent intent = new Intent(Proxy.PROXY_CHANGE_ACTION);
        intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
        intent.putExtra(Proxy.EXTRA_PROXY_INFO, proxy);
        mContext.sendBroadcast(intent);
        mContext.sendStickyBroadcast(intent);
    }

    private static class SettingsObserver extends ContentObserver {