summaryrefslogtreecommitdiff
path: root/include/binder/AppOpsManager.h
diff options
context:
space:
mode:
author Jean-Michel Trivi <jmtrivi@google.com> 2016-11-22 16:28:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-11-22 16:28:51 +0000
commitf7ca76d9066b6d8f70ab99246d538a603217e47d (patch)
treebabe6e9fcaf6f26a0e7ac1ad7ea1719bce2c5901 /include/binder/AppOpsManager.h
parent7c5a92fc5d4d62027f09537df978f2c90c9719c5 (diff)
parent614597b2a8548f0151165e9a73bacacfc1665102 (diff)
Merge "Add definition for accessibility volume control appOps"
Diffstat (limited to 'include/binder/AppOpsManager.h')
-rw-r--r--include/binder/AppOpsManager.h3
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();