diff options
Diffstat (limited to 'include/binder/AppOpsManager.h')
| -rw-r--r-- | include/binder/AppOpsManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/binder/AppOpsManager.h b/include/binder/AppOpsManager.h index 042927c176..4212776e89 100644 --- a/include/binder/AppOpsManager.h +++ b/include/binder/AppOpsManager.h @@ -91,7 +91,8 @@ public: OP_USE_SIP = 53, OP_PROCESS_OUTGOING_CALLS = 54, OP_USE_FINGERPRINT = 55, - OP_BODY_SENSORS = 56 + OP_BODY_SENSORS = 56, + OP_AUDIO_ACCESSIBILITY_VOLUME = 64, }; AppOpsManager(); |