commit | 36ca632e6ff6eaa29f9f1ab9997e6497e7dd2542 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Wed Aug 26 13:08:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 13:08:03 2020 +0000 |
tree | 65dc678d5afb7510865cca2e5e3dd07feb7248e6 | |
parent | c2df7a443381d405c1ad40310b22ac1cded1db57 [diff] | |
parent | 73b83e32d249a22f7b6821d112772c52017994d8 [diff] |
AppOpsManager: Include op for RECORD_AUDIO_HOTWORD. am: 7f8989b50b am: 73b83e32d2 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12444202 Change-Id: I865d951e820e9459f34251b663ed52ed4690bcc3
diff --git a/libs/binder/include/binder/AppOpsManager.h b/libs/binder/include/binder/AppOpsManager.h index 6d04f13..233f12a 100644 --- a/libs/binder/include/binder/AppOpsManager.h +++ b/libs/binder/include/binder/AppOpsManager.h
@@ -133,7 +133,11 @@ OP_DEPRECATED_1 = 96, OP_AUTO_REVOKE_PERMISSIONS_IF_UNUSED = 97, OP_AUTO_REVOKE_MANAGED_BY_INSTALLER = 98, - _NUM_OP = 99 + OP_NO_ISOLATED_STORAGE = 99, + OP_PHONE_CALL_MICROPHONE = 100, + OP_PHONE_CALL_CAMERA = 101, + OP_RECORD_AUDIO_HOTWORD = 102, + _NUM_OP = 103 }; AppOpsManager();