summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-11-02 09:45:05 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-11-02 11:51:17 -0800
commit4dcf7868e3490c08e07c415414a1ce21d3cb428b (patch)
tree58dfe68d94976c3143b3b1dc901e56f1be1bdb6e /include
parentf3f3949b32fe94efa4852c7b9160401d3e7c8410 (diff)
downloadframeworks_native-4dcf7868e3490c08e07c415414a1ce21d3cb428b.zip
frameworks_native-4dcf7868e3490c08e07c415414a1ce21d3cb428b.tar.gz
frameworks_native-4dcf7868e3490c08e07c415414a1ce21d3cb428b.tar.bz2
update app ops
Change-Id: Id189866c1868e6340b1b01ca94c06983fbcc242d Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'include')
-rw-r--r--include/binder/AppOpsManager.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/include/binder/AppOpsManager.h b/include/binder/AppOpsManager.h
index 042927c..1d0e968 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();