Merge "Expose Context#PAC_PROXY_SERVICE as module lib API" into sc-dev

This commit is contained in:
Aaron Huang
2021-04-06 07:26:01 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ package android.content {
public abstract class Context {
method @NonNull public android.os.UserHandle getUser();
field public static final String PAC_PROXY_SERVICE = "pac_proxy";
field public static final String TEST_NETWORK_SERVICE = "test_network";
}

View File

@@ -4165,6 +4165,7 @@ public abstract class Context {
* @see android.net.PacProxyManager
* @hide
*/
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
public static final String PAC_PROXY_SERVICE = "pac_proxy";
/**