Loading include/android/permission_manager.h +0 −4 Original line number Diff line number Diff line Loading @@ -64,8 +64,6 @@ enum { PERMISSION_MANAGER_STATUS_SERVICE_UNAVAILABLE = -2, }; #if __ANDROID_API__ >= 31 /** * Checks whether the package with the given pid/uid has been granted a permission. * Loading @@ -84,8 +82,6 @@ int32_t APermissionManager_checkPermission(const char* permission, uid_t uid, int32_t* outResult) __INTRODUCED_IN(31); #endif // __ANDROID_API__ >= 31 __END_DECLS #endif // ANDROID_PERMISSION_MANAGER_H Loading
include/android/permission_manager.h +0 −4 Original line number Diff line number Diff line Loading @@ -64,8 +64,6 @@ enum { PERMISSION_MANAGER_STATUS_SERVICE_UNAVAILABLE = -2, }; #if __ANDROID_API__ >= 31 /** * Checks whether the package with the given pid/uid has been granted a permission. * Loading @@ -84,8 +82,6 @@ int32_t APermissionManager_checkPermission(const char* permission, uid_t uid, int32_t* outResult) __INTRODUCED_IN(31); #endif // __ANDROID_API__ >= 31 __END_DECLS #endif // ANDROID_PERMISSION_MANAGER_H