mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2025-02-17 01:39:48 +00:00
update docs
Signed-off-by: Annie_wang <annie.wangli@huawei.com>
This commit is contained in:
parent
a9f0eb104c
commit
ba6e7e92a1
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# PermissionManager
|
||||||
|
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
PermissionManager, a system application preset in OpenHarmony, provides permission dialog boxes, permission management settings, and permission usage records during the running of apps.
|
||||||
|
|
||||||
|
The following figure shows the architecture of the PermissionManager application.
|
||||||
|
![](figures/application-framework_en.png)
|
||||||
|
## Directory Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
/applications/standard/permission_manager
|
||||||
|
├── entry # Directory of the entry module
|
||||||
|
├── permissionmanager # Directory of the PermissionManager module
|
||||||
|
│ ├── src/main/ets # ets module
|
||||||
|
│ │ ├── Application # abilitystage directory
|
||||||
|
│ │ ├── MainAbility # Permission management ability
|
||||||
|
│ │ ├── ServiceExtAbility # serviceExtension configuration
|
||||||
|
│ │ ├── common # Common utilities
|
||||||
|
│ │ └── pages # Pages
|
||||||
|
│ ├── resources # Global resource files
|
||||||
|
│ └── module.json5 # Global configuration file
|
||||||
|
├── signature # Certificate files
|
||||||
|
└── LICENSE # License file
|
||||||
|
```
|
||||||
|
|
||||||
|
### How to Use
|
||||||
|
|
||||||
|
For details, see [Permission Application Guide](https://gitee.com/openharmony/docs/blob/master/en/application-dev/security/accesstoken-guidelines.md).
|
||||||
|
|
||||||
|
## Repositories Involved
|
||||||
|
|
||||||
|
**[security\_access\_token](https://gitee.com/openharmony/security_access_token)**
|
BIN
figures/application-framework_en.png
Normal file
BIN
figures/application-framework_en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
x
Reference in New Issue
Block a user