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

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

Merge "Update the http proxy on LinkProperty change." into lmp-dev

parents 4412e5c0 b98c5989
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4196,6 +4196,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
        final boolean flushDns = updateRoutes(newLp, oldLp, netId);
        updateDnses(newLp, oldLp, netId, flushDns);
        updateClat(newLp, oldLp, networkAgent);
        if (isDefaultNetwork(networkAgent)) handleApplyDefaultProxy(newLp.getHttpProxy());
    }

    private void updateClat(LinkProperties newLp, LinkProperties oldLp, NetworkAgentInfo na) {