commit | 614597b2a8548f0151165e9a73bacacfc1665102 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Fri Nov 11 13:41:54 2016 -0800 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Wed Nov 16 11:20:47 2016 -0800 |
tree | ae584b82d2c2d7e3172e3c9b1af792232749ae7a | |
parent | 13a20a278332f6eb734d9acc4d9a5b35be1e499f [diff] [blame] |
Add definition for accessibility volume control appOps Test: make Bug 30448020 Change-Id: Id442cd4d7619fd5100626f5bcb3d8cc5ed7bb16e
diff --git a/include/binder/AppOpsManager.h b/include/binder/AppOpsManager.h index 042927c..4212776 100644 --- a/include/binder/AppOpsManager.h +++ b/include/binder/AppOpsManager.h
@@ -91,7 +91,8 @@ 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();