openharmony_ci 94d3db73c8 !75 日志明文打印userId,安全编码规范告警处理
Merge pull request !75 from 刘章/master
2025-07-24 12:38:11 +00:00
2024-03-14 17:31:21 +08:00
2024-01-10 17:07:04 +08:00
2022-09-27 11:18:29 +08:00
2024-03-16 18:09:24 +08:00
2023-11-11 17:44:16 +08:00
2024-07-22 14:16:27 +08:00
2022-03-14 15:43:09 +08:00
2023-03-29 16:53:18 +08:00
2022-06-10 16:02:14 +08:00
2022-06-10 16:02:14 +08:00
2022-09-27 11:18:29 +08:00
2022-03-14 08:59:18 +00:00

AdminProvisioning

Introduction

As a system application preset in OpenHarmony, AdminProvisioning is used to provision MDM services on devices in enterprise environments. It also provides service provisioning interfaces that can be invoked by other subsystems or third-party MDM clients to build a complete MDM solution.

Architecture

Directory Structure

/applications/standard/admin_provisioning
├── build.gradle                                          # Global configuration file
├── settings.gradle                                       # Configuration file of the build module
├── LICENSE                                               # License file
├── entry                                                 # entry module
│   └── src
│       ├── main
│           ├── ets                                       # ets module
│               ├── MainAbility
│                   ├── model                             # Managed data
│                   │   ├── appMagagementImpl
│                   │       ├── appDetailData             # Application detail data
│                   │   ├── baseData                      # Base data
│                   ├── pages                             # Component pages
│                   │   ├── component
│                   │       ├── entryComponent            # Application detail component to be activated
│                   │       ├── headComponent             # Application name component
│                   │       ├── permissionListComponent   # Application permission component to be activated
│                   │   ├── applicationInfo
│                   ├── app.ets                           # Global ets logic and application lifecycle management file
│           ├── resources                                 # Resource configuration file
│               ├── base                                  # Default language, image resources, font size, and color resources
│               ├── en_AS.element                         # Resources for the English language
│               ├── rawfile                               #  Local configuration file
│               ├── zh_CN.element                         # Resources for the Chinese language
│           └── config.json                               # Global configuration file
├── signature                                             # Certificate file

Usage

For details, see Instructions.

Repositories Involved

System Apps

S
Description
暂无描述
Readme 1,005 KiB
Languages
TypeScript 85.3%
JavaScript 14.7%