mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-23 11:19:46 +00:00
0f0ed74b6e
Merge pull request !99 from fanchenxuan/master |
||
---|---|---|
AppScope | ||
entry | ||
figures | ||
permissionmanager | ||
signature | ||
.gitignore | ||
build-profile.json5 | ||
hvigorfile.js | ||
LICENSE | ||
OAT.xml | ||
package-lock.json | ||
package.json | ||
README_zh.md | ||
README.md |
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.
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.