harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)

  • 2023-10-30
  • 浏览 (248)

Enterprise Device Management Overview (for System Applications Only)

Overview

OpenHarmony provides Enterprise Device Management APIs to support enterprise APIs. You can use the APIs to implement system-level management and configuration of employee devices. For example, the IT personnel need to 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).

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.
  • ohos-sdk-full: Obtain ohos-sdk-full. For details, see Replacing Full SDK.

How to Develop

  1. Use DevEco Studio to create a project and replace the full SDK.

  2. In the HarmonyAppProvision file, set the app-feature field to hos_system_app.

  3. Create EnterpriseAdminExtensionAbility.

  4. Declare the permissions required. Before requesting permissions, ensure that the basic principles for permission management are met. Then, declare the permissions.

API Reference

NOTE

你可能感兴趣的鸿蒙文章

harmony 鸿蒙APIs

harmony 鸿蒙System Common Events (To Be Deprecated Soon)

harmony 鸿蒙System Common Events

harmony 鸿蒙API Reference Document Description

harmony 鸿蒙BundleStatusCallback

harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager)

harmony 鸿蒙@ohos.distributedBundle (Distributed Bundle Management)

harmony 鸿蒙@ohos.bundle (Bundle)

harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)

harmony 鸿蒙@ohos.WallpaperExtensionAbility (WallpaperExtensionAbility)

0  赞