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

Commit a8220a73 authored by Jason Monk's avatar Jason Monk
Browse files

Don't clear Global Proxy on boot.

Doesn't clear the global proxy when a deprecated one is not found because
there still may be a non-deprecated global proxy present.

Bug: 10457179
Change-Id: I68e6d5aee7b4940f9315484060c7d82cb8ccfa70
parent 94366313
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);
        }
    }