Go to file
openharmony_ci a0930488bf
!128 列表排序crash修复
Merge pull request !128 from fanchenxuan/master4
2023-06-02 08:43:01 +00:00
AppScope 应用icon展示bug修复 2023-05-26 18:37:21 +08:00
entry 通用规范告警 2023-05-22 20:28:57 +08:00
figures update docs 2022-12-19 11:05:40 +08:00
permissionmanager 列表排序crash修复 2023-06-02 10:28:10 +08:00
signature 签名更新 2023-05-16 20:35:42 +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