am 090e8f5a: Merge "Don\'t clear Global Proxy on boot." into klp-dev
* commit '090e8f5ae20727771150cd6aa5e04194d08ab226': Don't clear Global Proxy on boot.
This commit is contained in:
@@ -3355,8 +3355,6 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
}
|
}
|
||||||
ProxyProperties p = new ProxyProperties(data[0], proxyPort, "");
|
ProxyProperties p = new ProxyProperties(data[0], proxyPort, "");
|
||||||
setGlobalProxy(p);
|
setGlobalProxy(p);
|
||||||
} else {
|
|
||||||
setGlobalProxy(null);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user