Merge "Expose Context#PAC_PROXY_SERVICE as module lib API" am: 248a42ca89 am: 06007f0302
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1664305 Change-Id: If0e78b4bdce820f9eb22f231f57d5ce841005328
This commit is contained in:
@@ -23,6 +23,7 @@ package android.app.usage {
|
|||||||
package android.content {
|
package android.content {
|
||||||
|
|
||||||
public abstract class Context {
|
public abstract class Context {
|
||||||
|
field public static final String PAC_PROXY_SERVICE = "pac_proxy";
|
||||||
field public static final String TEST_NETWORK_SERVICE = "test_network";
|
field public static final String TEST_NETWORK_SERVICE = "test_network";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4026,6 +4026,7 @@ public abstract class Context {
|
|||||||
* @see android.net.PacProxyManager
|
* @see android.net.PacProxyManager
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
||||||
public static final String PAC_PROXY_SERVICE = "pac_proxy";
|
public static final String PAC_PROXY_SERVICE = "pac_proxy";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user