summaryrefslogtreecommitdiff
path: root/core/proto
diff options
context:
space:
mode:
authorsqian <shuoq@google.com>2020-11-09 21:00:55 +0000
committersqian <shuoq@google.com>2020-11-09 21:00:55 +0000
commit74207ec1fb9fcfb49268ef919ffb2063c39e4035 (patch)
tree297e21399e1503573f85f1d7f6bd718e744bd845 /core/proto
parentef2c66e72f90eff8beb01313ba1cf873f3c3de21 (diff)
Introduce new App Ops permission for 3rd-party InCallService
This permission is intended to be used internally as a system App Ops permission, and let CompanionDeviceManager or RoleManager to grant with users. If it is granted by user, the corresponding companion app has the ability to query the details of the ongoing calls, and also manage its life cycle. Bug: 169595473 Test: atest ThirdPartyInCallServiceAppOpsPermissionTest Change-Id: Ie0f790aab2edcd52cfdbded2630347b9f8dd4d49 Merged-In: Ie0f790aab2edcd52cfdbded2630347b9f8dd4d49 (cherry picked from commit 334ab546e46ff5916eb6239f98ee3462498e87c9)
Diffstat (limited to 'core/proto')
-rw-r--r--core/proto/android/app/enums.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/proto/android/app/enums.proto b/core/proto/android/app/enums.proto
index 98ba029236e6..e282acb46e9f 100644
--- a/core/proto/android/app/enums.proto
+++ b/core/proto/android/app/enums.proto
@@ -210,4 +210,5 @@ enum AppOpEnum {
APP_OP_RESERVED_100 = 100;
APP_OP_RESERVED_101 = 101;
APP_OP_RESERVED_102 = 102;
+ APP_OP_MANAGE_ONGOING_CALLS = 103;
}