From 3eac2ebe4dcad44dadecec953571adff6c13f1ae Mon Sep 17 00:00:00 2001 From: Chalard Jean Date: Thu, 15 Jul 2021 13:44:49 +0900 Subject: [PATCH] Add doc explaining PAC proxies are not supported over VPNs Test: Comment-only change Bug: 181600172 Change-Id: I3049fa7eafed04858711f8dee0c11dd4656f9106 --- core/java/android/net/VpnService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/net/VpnService.java b/core/java/android/net/VpnService.java index fa3ff8a26862a..2ced056937556 100644 --- a/core/java/android/net/VpnService.java +++ b/core/java/android/net/VpnService.java @@ -529,7 +529,7 @@ public class VpnService extends Service { /** * 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 public Builder setHttpProxy(@NonNull ProxyInfo proxyInfo) {