harmony 鸿蒙Enterprise Device Management Overview

  • 2025-06-12
  • 浏览 (4)

Enterprise Device Management Overview

Introduction

MDM Kit provides APIs to implement system-level management and configuration of enterprise employee devices. For example, the IT personnel can install enterprise applications, set security policies, set enterprise email addresses, access enterprise networks, and remotely restore factory settings (to clear lost or stolen device data) for employee devices.

Developing Enterprise Management Applications

Basic Concepts

Constraints

  • Only the stage model is supported.

Environment Setup

  • DevEco Studio: Download DevEco Studio from its official website and perform related configuration.
  • To call system interfaces, you need to use ohos-sdk-full. For details, see Switching to Full SDK.

How to Develop

  1. Use DevEco Studio to create a project.

  2. Replace public SDK with full SDK if system APIs need to be called. In addition, set the app-feature field to hos_system_app in the application signature file.

  3. Create an EnterpriseAdminExtensionAbility. For details, see EnterpriseAdminExtensionAbility Development.

  4. Declare the permissions required. Before declaring the required permissions, ensure that the basic principles for using permissions are met. Then, declare the required permissions in the ACL.

API Reference

NOTE

你可能感兴趣的鸿蒙文章

harmony 鸿蒙EnterpriseAdminExtensionAbility

0  赞