Merge changes from topic "pacproxy-service"

* changes:
  Make PacProxyService be a system service
  Revert^2 "Refactor setCurrentProxyScriptUrl to a void method"
This commit is contained in:
Aaron Huang
2021-03-15 11:49:45 +00:00
committed by Gerrit Code Review

View File

@@ -129,7 +129,7 @@ public class ProxyInfo implements Parcelable {
} }
/** /**
* Only used in PacProxyInstaller after Local Proxy is bound. * Only used in PacProxyService after Local Proxy is bound.
* @hide * @hide
*/ */
public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) { public ProxyInfo(@NonNull Uri pacFileUrl, int localProxyPort) {