Merge "Add doc explaining PAC proxies are not supported over VPNs"

This commit is contained in:
Chalard Jean
2021-07-15 06:59:58 +00:00
committed by Gerrit Code Review

View File

@@ -529,7 +529,7 @@ public class VpnService extends Service {
/** /**
* Sets an HTTP proxy for the VPN network. This proxy is only a recommendation * Sets an HTTP proxy for the VPN network. This proxy is only a recommendation
* and it is possible that some apps will ignore it. * and it is possible that some apps will ignore it. PAC proxies are not supported.
*/ */
@NonNull @NonNull
public Builder setHttpProxy(@NonNull ProxyInfo proxyInfo) { public Builder setHttpProxy(@NonNull ProxyInfo proxyInfo) {