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

Commit 1f809c77 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't clear Global Proxy on boot." into klp-dev

parents d20aeab0 a8220a73
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3355,8 +3355,6 @@ public class ConnectivityService extends IConnectivityManager.Stub {
            }
            ProxyProperties p = new ProxyProperties(data[0], proxyPort, "");
            setGlobalProxy(p);
        } else {
            setGlobalProxy(null);
        }
    }