Expose Context#PAC_PROXY_SERVICE as module lib API

(cherry-picked from ag/14097767)
Bug: 183938000
Test: make update-api
Merged-In: I4341e177b61df0311f0a3234f8814a0ae2cf9a1b
Change-Id: I4341e177b61df0311f0a3234f8814a0ae2cf9a1b
This commit is contained in:
Aaron Huang
2021-04-06 11:50:21 +08:00
parent ea9a41e6bb
commit 46d99ea11f
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ package android.app.usage {
package android.content {
public abstract class Context {
field public static final String PAC_PROXY_SERVICE = "pac_proxy";
field public static final String TEST_NETWORK_SERVICE = "test_network";
}

View File

@@ -4026,6 +4026,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";
/**