Go to file
openharmony_ci 0f0ed74b6e
!99 代码规范整改
Merge pull request !99 from fanchenxuan/master
2023-04-18 07:16:21 +00:00
AppScope 版本号更新 2023-04-11 10:36:22 +08:00
entry 切换arkui新框架 2023-03-30 10:51:06 +08:00
figures update docs 2022-12-19 11:05:40 +08:00
permissionmanager 代码规范整改 2023-04-18 14:46:41 +08:00
signature 摄像头全局开关 2022-10-21 16:30:12 +08:00
.gitignore deciceTypes整改 2022-09-20 15:06:48 +08:00
build-profile.json5 test 2022-08-30 19:09:38 +08:00
hvigorfile.js test 2022-08-30 09:17:44 +08:00
LICENSE test 2022-08-30 09:17:44 +08:00
OAT.xml test 2022-08-30 09:17:44 +08:00
package-lock.json 切换arkui新框架 2023-03-30 10:51:06 +08:00
package.json 切换arkui新框架 2023-03-30 10:51:06 +08:00
README_zh.md 增加架构图 2022-09-26 21:47:12 +08:00
README.md update docs 2022-12-19 11:05:40 +08:00

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.

Repositories Involved

security_access_token