Set setCurrentProxyScriptUrl as public am: 26dbdc853b am: c5939ce4da am: 0d28453111
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1540913 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0609593438a422ca96b29d0e32ef8b374ceb66da
This commit is contained in:
@@ -177,7 +177,7 @@ public class PacManager {
|
||||
* @param proxy Proxy information that is about to be broadcast.
|
||||
* @return Returns whether the broadcast should be sent : either DO_ or DONT_SEND_BROADCAST
|
||||
*/
|
||||
synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) {
|
||||
public synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) {
|
||||
if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) {
|
||||
if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) {
|
||||
// Allow to send broadcast, nothing to do.
|
||||
|
||||
Reference in New Issue
Block a user