summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2017-12-05 00:26:35 +0000
committerMichael Bestas <mkbestas@lineageos.org>2018-02-01 17:05:33 +0000
commitd1b3bcea13b9275c4dc8c23ef1595266b3ab0ac7 (patch)
tree0c78d48107dfc60852c2767a1b509f84d42497a1
parent938b1800fa47539db68e4c94af49639c9fe71465 (diff)
downloadandroid_frameworks_native-staging/lineage-15.1.tar.gz
android_frameworks_native-staging/lineage-15.1.tar.bz2
android_frameworks_native-staging/lineage-15.1.zip
AppOpsManager: Update with the new opsstaging/lineage-15.1
* Includes new ops introduced in Oreo as well as ours Change-Id: I713bbdee1da9d142cf9671128fa05391fa38c48a
-rw-r--r--libs/binder/include/binder/AppOpsManager.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/binder/include/binder/AppOpsManager.h b/libs/binder/include/binder/AppOpsManager.h
index 4212776e8..1beabd3fc 100644
--- a/libs/binder/include/binder/AppOpsManager.h
+++ b/libs/binder/include/binder/AppOpsManager.h
@@ -92,7 +92,25 @@ public:
OP_PROCESS_OUTGOING_CALLS = 54,
OP_USE_FINGERPRINT = 55,
OP_BODY_SENSORS = 56,
+ OP_READ_CELL_BROADCASTS = 57,
+ OP_MOCK_LOCATION = 58,
+ OP_READ_EXTERNAL_STORAGE = 59,
+ OP_WRITE_EXTERNAL_STORAGE = 60,
+ OP_TURN_SCREEN_ON = 61,
+ OP_GET_ACCOUNTS = 62,
+ OP_RUN_IN_BACKGROUND = 63,
OP_AUDIO_ACCESSIBILITY_VOLUME = 64,
+ OP_READ_PHONE_NUMBERS = 65,
+ OP_REQUEST_INSTALL_PACKAGES = 66,
+ OP_PICTURE_IN_PICTURE = 67,
+ OP_INSTANT_APP_START_FOREGROUND = 68,
+ OP_ANSWER_PHONE_CALLS = 69,
+ OP_CHANGE_WIFI_STATE = 70,
+ OP_BLUETOOTH_CHANGE = 71,
+ OP_BOOT_COMPLETED = 72,
+ OP_NFC_CHANGE = 73,
+ OP_DATA_CONNECT_CHANGE = 74,
+ OP_SU = 75
};
AppOpsManager();