From 4dcf7868e3490c08e07c415414a1ce21d3cb428b Mon Sep 17 00:00:00 2001 From: Roman Birg Date: Mon, 2 Nov 2015 09:45:05 -0800 Subject: [PATCH] update app ops Change-Id: Id189866c1868e6340b1b01ca94c06983fbcc242d Signed-off-by: Roman Birg --- include/binder/AppOpsManager.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/include/binder/AppOpsManager.h b/include/binder/AppOpsManager.h index 042927c17..1d0e968c4 100644 --- a/include/binder/AppOpsManager.h +++ b/include/binder/AppOpsManager.h @@ -91,7 +91,19 @@ public: OP_USE_SIP = 53, OP_PROCESS_OUTGOING_CALLS = 54, OP_USE_FINGERPRINT = 55, - OP_BODY_SENSORS = 56 + 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_WIFI_CHANGE = 63, + OP_BLUETOOTH_CHANGE = 64, + OP_BOOT_COMPLETED = 65, + OP_NFC_CHANGE = 66, + OP_DATA_CONNECT_CHANGE = 67, + OP_SU = 68 }; AppOpsManager();