From 614597b2a8548f0151165e9a73bacacfc1665102 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 11 Nov 2016 13:41:54 -0800 Subject: Add definition for accessibility volume control appOps Test: make Bug 30448020 Change-Id: Id442cd4d7619fd5100626f5bcb3d8cc5ed7bb16e --- include/binder/AppOpsManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/binder/AppOpsManager.h') 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(); -- cgit v1.2.3-59-g8ed1b