summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shuo Qian <shuoq@google.com> 2020-10-23 23:50:16 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-10-23 23:50:16 +0000
commit0bf88e7f33b5991685609453dd74813368415c91 (patch)
treede1ca9a64501508c9dbbfaf95c7023c29cc19d51
parentb7f732b6451e903a4c956a27a3aa58385983eb12 (diff)
parent503ee6ad3be976c3a436a783cb4ee65169d92c16 (diff)
Merge "Try to add AppOps Keys into Proto to unblock my project"
-rw-r--r--core/proto/android/app/enums.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/proto/android/app/enums.proto b/core/proto/android/app/enums.proto
index bd5cb62f7fde..37a9f50dec89 100644
--- a/core/proto/android/app/enums.proto
+++ b/core/proto/android/app/enums.proto
@@ -207,4 +207,7 @@ enum AppOpEnum {
APP_OP_AUTO_REVOKE_PERMISSIONS_IF_UNUSED = 97;
APP_OP_AUTO_REVOKE_MANAGED_BY_INSTALLER = 98;
APP_OP_NO_ISOLATED_STORAGE = 99;
+ APP_OP_PHONE_CALL_MICROPHONE = 100;
+ APP_OP_PHONE_CALL_CAMERA = 101;
+ APP_OP_RECORD_AUDIO_HOTWORD = 102;
}