h30034439 516a77a87d 修复敏感词问题
Signed-off-by: h30034439 <hanyiyichn@163.com>
2024-01-10 17:07:04 +08:00
2024-01-10 17:07:04 +08:00
2024-01-04 17:57:40 +08:00
2022-09-27 11:18:29 +08:00
2023-11-11 17:44:16 +08:00
2022-06-10 16:02:14 +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%