harmony 鸿蒙AbilityAccessControl
AbilityAccessControl
Overview
Provides the system capability for implementing application access control.
Since: 12
Summary
Files
Name | Description |
---|---|
ability_access_control.h | Declares the APIs for implementing application access control. |
Functions
Name | Description |
---|---|
bool OH_AT_CheckSelfPermission(const char *permission) | Checks whether a permission is granted to this application. |
Function Description
OH_AT_CheckSelfPermission()
bool OH_AT_CheckSelfPermission(const char* permission)
Description Checks whether a permission is granted to this application.
Since: 12
Parameters
Name | Description |
---|---|
permission | Pointer to the permission to check. For details about the permission, see the application permission list. |
Returns
Returns true if the permission has been granted to the application; returns false otherwise.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙OH_NativeBundle_ApplicationInfo
harmony 鸿蒙OH_NativeBundle_ElementName
harmony 鸿蒙ability_access_control.h
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦