harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)
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
- Device administrator application: a system application that has the EnterpriseAdminExtensionAbility.
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
Use DevEco Studio to create a project and replace the full SDK.
In the HarmonyAppProvision file, set the app-feature field to hos_system_app.
Create EnterpriseAdminExtensionAbility.
Declare the permissions required. Before requesting permissions, ensure that the basic principles for permission management are met. Then, declare the permissions.
API Reference
NOTE
- For details about the APIs, see:
- @ohos.enterprise.accountManager (Account Management)
- @ohos.enterprise.adminManager (Enterprise Device Management)
- @ohos.enterprise.applicationManager (Application Management)
- @ohos.enterprise.browser (Browser Management)
- @ohos.enterprise.bundleManager (Bundle Management)
- @ohos.enterprise.dateTimeManager (System Time Management)
- @ohos.enterprise.deviceControl (Device Control Management)
- @ohos.enterprise.deviceInfo (Device Information Management)
- @ohos.enterprise.deviceSettings (Device Settings Management
- @ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)
- @ohos.enterprise.networkManager (Network Management)
- @ohos.enterprise.restrictions (Restrictions)
- @ohos.enterprise.usbManager (USB Management)
- @ohos.enterprise.wifiManager (Wi-Fi Management)
你可能感兴趣的鸿蒙文章
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)
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦