diff options
| -rw-r--r-- | libs/binder/include/binder/AppOpsManager.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libs/binder/include/binder/AppOpsManager.h b/libs/binder/include/binder/AppOpsManager.h index 2ee5930f2b..6afcd77e70 100644 --- a/libs/binder/include/binder/AppOpsManager.h +++ b/libs/binder/include/binder/AppOpsManager.h @@ -122,7 +122,16 @@ public: OP_LEGACY_STORAGE = 87, OP_ACCESS_ACCESSIBILITY = 88, OP_READ_DEVICE_IDENTIFIERS = 89, - _NUM_OP = 90 + OP_ACCESS_MEDIA_LOCATION = 90, + OP_QUERY_ALL_PACKAGES = 91, + OP_MANAGE_EXTERNAL_STORAGE = 92, + OP_INTERACT_ACROSS_PROFILES = 93, + OP_ACTIVATE_PLATFORM_VPN = 94, + OP_LOADER_USAGE_STATS = 95, + OP_DEPRECATED_1 = 96, + OP_AUTO_REVOKE_PERMISSIONS_IF_UNUSED = 97, + OP_AUTO_REVOKE_MANAGED_BY_INSTALLER = 98, + _NUM_OP = 99 }; AppOpsManager(); |