summaryrefslogtreecommitdiffstats
path: root/include/binder/IAppOpsService.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder/IAppOpsService.h')
-rw-r--r--include/binder/IAppOpsService.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/binder/IAppOpsService.h b/include/binder/IAppOpsService.h
index 2883e38..7cb55e5 100644
--- a/include/binder/IAppOpsService.h
+++ b/include/binder/IAppOpsService.h
@@ -46,6 +46,12 @@ public:
START_WATCHING_MODE_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION+4,
STOP_WATCHING_MODE_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION+5
};
+
+ enum {
+ MODE_ALLOWED = 0,
+ MODE_IGNORED = 1,
+ MODE_ERRORED = 2
+ };
};
// ----------------------------------------------------------------------
@@ -64,4 +70,3 @@ public:
}; // namespace android
#endif // ANDROID_IAPP_OPS_SERVICE_H
-