summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorpaulhu <paulhu@google.com>2020-11-03 00:54:55 +0800
committerpaulhu <paulhu@google.com>2020-11-03 00:54:55 +0800
commit86054e5e42bd8de54eb502ab29e41ff1df7f3e40 (patch)
treeaec1b2a80e340f0d9c57124d01cd0858b38451a0 /api
parent3c3baf163a39e95defc343194ee750b5c169327f (diff)
Expose AppOpsManager#OPSTR_ACTIVATE_PLATFORM_VPN as system API
Connectivity service module is using some AppOpsManager @hide APIs but they are not able to call after CS become a mainline module. Thus, expose them to System APIs. Bug: 170593746 Test: make update-api Change-Id: Idb8ee13394ccbd266061eef0cab08a5e28948a3e
Diffstat (limited to 'api')
-rwxr-xr-xapi/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 0104ca25795c..7a083a0cfb08 100755
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -369,6 +369,7 @@ package android.app {
field public static final String OPSTR_ACCEPT_HANDOVER = "android:accept_handover";
field public static final String OPSTR_ACCESS_ACCESSIBILITY = "android:access_accessibility";
field public static final String OPSTR_ACCESS_NOTIFICATIONS = "android:access_notifications";
+ field public static final String OPSTR_ACTIVATE_PLATFORM_VPN = "android:activate_platform_vpn";
field public static final String OPSTR_ACTIVATE_VPN = "android:activate_vpn";
field public static final String OPSTR_ASSIST_SCREENSHOT = "android:assist_screenshot";
field public static final String OPSTR_ASSIST_STRUCTURE = "android:assist_structure";