commit | 926d36cf7f7dad4ae2cec302888cb8cfef8cd1a6 | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Mon Apr 12 14:34:45 2021 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Apr 20 22:14:59 2021 +0000 |
tree | 971e89f3bd84e44dacecd35d7d77ccaf8837de3c | |
parent | 51c7b1d31086feb39cbc610075b3c0136b3c0df8 [diff] |
Add OP_RECORD_INCOMING_PHONE_AUDIO to native Bug: 184888709 Test: build/presubmit Change-Id: I111fbb7805ee2a40e5abf8586eadcfce27b108ad
diff --git a/libs/permission/include/binder/AppOpsManager.h b/libs/permission/include/binder/AppOpsManager.h index c048cbe..e3d705f 100644 --- a/libs/permission/include/binder/AppOpsManager.h +++ b/libs/permission/include/binder/AppOpsManager.h
@@ -146,7 +146,8 @@ OP_UWB_RANGING = 112, OP_ACTIVITY_RECOGNITION_SOURCE = 113, OP_BLUETOOTH_ADVERTISE = 114, - _NUM_OP = 115 + OP_RECORD_INCOMING_PHONE_AUDIO = 115, + _NUM_OP = 116 }; AppOpsManager();