summaryrefslogtreecommitdiff
path: root/core/api/module-lib-current.txt
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-19 05:42:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-19 05:42:06 +0000
commit394170f9ccaaa2489c481d572b70f0045a3d7bd8 (patch)
tree9a5fea89b1f62426e63b8e687e40cff928b9d7cb /core/api/module-lib-current.txt
parentecc474af3be806b3386d28750fa40b581fd81015 (diff)
parent72887073f2d838b7130bb348d37514f9d40267c8 (diff)
Merge "Use formal API for ActivityThread to set proxy"
Diffstat (limited to 'core/api/module-lib-current.txt')
-rw-r--r--core/api/module-lib-current.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt
index fbaa93185680..527cf9e5e27d 100644
--- a/core/api/module-lib-current.txt
+++ b/core/api/module-lib-current.txt
@@ -36,6 +36,10 @@ package android.net {
field public static final int TRANSPORT_TEST = 7; // 0x7
}
+ public final class Proxy {
+ method public static void setHttpProxyConfiguration(@Nullable android.net.ProxyInfo);
+ }
+
public final class TcpRepairWindow {
ctor public TcpRepairWindow(int, int, int, int, int, int);
field public final int maxWindow;