From 86054e5e42bd8de54eb502ab29e41ff1df7f3e40 Mon Sep 17 00:00:00 2001 From: paulhu Date: Tue, 3 Nov 2020 00:54:55 +0800 Subject: 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 --- api/system-current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') 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"; -- cgit v1.2.3