diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-19 05:42:06 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-19 05:42:06 +0000 |
commit | 394170f9ccaaa2489c481d572b70f0045a3d7bd8 (patch) | |
tree | 9a5fea89b1f62426e63b8e687e40cff928b9d7cb /core/api/module-lib-current.txt | |
parent | ecc474af3be806b3386d28750fa40b581fd81015 (diff) | |
parent | 72887073f2d838b7130bb348d37514f9d40267c8 (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.txt | 4 |
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; |