/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-bundlemanager.md | 3 ## cl.bundlemanager.1 非MDM应用不能申请MDM权限,否则安装失败。 11 MDM类型的权限仅限MDM类型的应用使用。 15 非MDM应用不能申请MDM权限,否则安装失败。 17 MDM应用判断逻辑只根据[签名证书](../../../application-dev/security/app-provision-structure.md)中的app-distribution-… 18 * app-distribution-type为enterprise_mdm,则为MDM应用。 19 * app-distribution-type不为enterprise_mdm,则为非MDM应用。 21 MDM权限判断逻辑是根据[权限定义](https://gitee.com/openharmony/utils_system_resources/blob/master/systemres/main/… 22 * availableType为MDM,则为MDM权限。 23 * availableType不为MDM,则为非MDM权限。 31 …md#requestpermissions标签)。非enterprise_mdm类型的应用(app-distribution-type不为enterprise_mdm),不再能申请MDM类型的权限。 [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-bundlemanager.md | 3 ## cl.bundlemanager.1 Non-MDM Applications Granted with the MDM Permission Cannot Be Installed 11 The MDM permission can be granted only to MDM applications. 15 Non-MDM applications granted with the MDM permission cannot be installed. 17 …rity/app-provision-structure.md) is used to determine whether an application is an MDM application. 18 * If **app-distribution-type** is **enterprise_mdm**, the application is an MDM application. 19 * If **app-distribution-type** is not **enterprise_mdm**, the application is a non-MDM application. 21 …s/blob/master/systemres/main/config.json) is used to determine whether the MDM permission is grant… 22 * If **availableType** is **MDM**, the MDM permission is granted. 23 * If **availableType** is not **MDM**, the MDM permission is not granted. 31 …the application is developed based on the FA model. Non-MDM applications cannot apply for the MDM … [all …]
|
/ohos5.0/docs/zh-cn/application-dev/enterprise-device-management/ |
H A D | enterprise-extensionAbility.md | 5 企业设备管理扩展能力,是MDM(Mobile Device Management)应用必备组件。当开发者为企业开发MDM应用时,需继承EnterpriseAdminExtensionAbility,… 15 onAdminEnabled:由企业管理员或者员工部署MDM应用,激活设备管理器,系统通知MDM应用已激活DeviceAdmin权限。MDM应用可在onAdminEnabled回调函数中进行初始化策… 19 onBundleAdded: 企业应用管理场景下,企业管理员订阅应用安装事件,端侧应用安装和卸载事件通知MDM应用,MDM应用可以在回调函数中进行事件上报,通知企业管理员。 21 onBundleRemoved: 企业应用管理场景下,企业管理员订阅应用卸载事件,端侧应用安装和卸载事件通知MDM应用,MDM应用可以在回调函数中进行事件上报,通知企业管理员。 75 …块中的subscribeManagedEvent接口进行企业设备管理事件的订阅,订阅应用安装、卸载事件。当订阅成功后,端侧应用安装和卸载事件通知MDM应用,MDM应用可以在回调函数中进行事件上报,…
|
/ohos5.0/docs/zh-cn/application-dev/security/AccessToken/ |
H A D | permissions-for-enterprise-apps.md | 3 以下权限面向<!--Del-->系统应用和<!--DelEnd-->企业类应用开放,企业类应用包括企业普通应用和MDM(Mobile Device Management)设备管理应用。 5 企业类应用的分发类型分别为enterprise_normal(企业普通应用)和enterprise_mdm(MDM应用),开发者可在<!--RP1-->[HarmonyAppProvision配置文… 22 **变更信息**:API 10-14时,其权限级别为system_core,仅面向MDM应用开放;从API 14开始,权限级别变更为system_basic,开发范围从MDM应用变更为企业普通应用。 37 **变更信息**:API 10-14时,其权限级别为system_core,仅面向MDM应用开放;从API 14开始,权限级别变更为system_basic,开发范围从MDM应用变更为企业普通应用。 82 **变更信息**:API 12-13该权限仅面向MDM应用开放;从API 14开始,开放范围从MDM应用变更为企业普通应用。
|
H A D | app-permissions.md | 17 …仅面向企业普通应用、MDM应用<!--Del-->、系统应用<!--DelEnd-->开放。分发类型(app-distribution-type)为enterprise_normal(企业普通应用… 19 - [MDM应用可用权限](permissions-for-mdm-apps.md) 21 仅[MDM](../../mdm/mdm-kit-intro.md)应用可申请。应用在申请时,需确认其授权方式,按照合适的方式申请。
|
H A D | permissions-for-mdm-apps.md | 1 # 仅MDM应用可用权限 3 以下权限仅对MDM(Mobile Device Management)设备管理应用开放。MDM应用的详细介绍,请参考[MDM Kit简介](../../mdm/mdm-kit-intro.md)。 228 允许在企业设备上安装企业MDM应用包。 241 允许企业MDM应用在企业设备上自升级。 436 允许MDM应用查询安全审计事件。
|
H A D | Readme-CN.md | 22 - [仅MDM应用可用权限](permissions-for-mdm-apps.md)
|
/ohos5.0/docs/zh-cn/application-dev/mdm/ |
H A D | mdm-kit-guide.md | 1 # MDM Kit开发指南 19 3. MDM功能开发与调试; 44 …了[企业设备管理](../reference/apis-mdm-kit/js-apis-enterprise-adminManager.md)的链接,可基于该文档查看MDM Kit内其他API文档。 48 ### MDM功能开发 50 1. 导包。MDM Kit目前包含应用管理、通信管理、安全管理、限制策略、系统内管理、设备设置和查询、设备控制等多种类型的API。请根据业务需求。以下为导入adminManager和restrict… 74 由于MDM接口需要在激活企业设备管理扩展能力后使用,调试时需通过hdc命令来激活/解除激活扩展能力,命令如下:
|
H A D | Readme-CN.md | 1 # MDM Kit(企业设备管理) 3 - [MDM Kit简介](mdm-kit-intro.md) 4 - [MDM Kit开发指南](mdm-kit-guide.md)
|
H A D | mdm-kit-intro.md | 1 # MDM Kit简介 5 移动设备管理(Mobile Device Management)是一种企业级的IT应用解决方案,用于管理并保护公司设备上的数据和应用程序。MDM可以通过集中管理、远程配置和监控来保障设备和数据的安全… 10 …nagement部件提供了设备管理应用程序框架和基本设备管理能力。设备管理应用通过EnterpriseAdminExtensionAbility来调用MDM Kit中的接口,实现管理设备的意图。<…
|
/ohos5.0/docs/en/application-dev/enterprise-device-management/ |
H A D | enterprise-extensionAbility.md | 5 …t (MDM) applications. When developing MDM applications for enterprises, you need to inherit from *… 15 …ministrator or employee deploys an MDM application and enables the DeviceAdmin permission for the … 17 …tion events. When an application is installed on an enterprise device, the MDM application reports… 19 …on events. When an application is uninstalled on an enterprise device, the MDM application reports… 27 | EnterpriseAdminExtensionAbility | onBundleAdded(bundleName: string): void | Called when an MDM … 28 | EnterpriseAdminExtensionAbility | onBundleRemoved(bundleName: string): void | Called when an MDM … 73 …ation and uninstallation events. After the subscription is successful, the MDM application notifie…
|
/ohos5.0/docs/en/application-dev/mdm/ |
H A D | Readme-EN.md | 1 # MDM Kit (Enterprise Device Management) 3 - [Introduction to MDM Kit](mdm-kit-intro.md) 4 - [MDM Kit Development](mdm-kit-guide.md)
|
H A D | mdm-kit-guide.md | 1 # MDM Kit Development 5 …ystem management, and network management. For details about the APIs, see [MDM Kit](../reference/a… 17 3. Develop and debug MDM functionalities. 48 ### Developing MDM Functionalities 52 …MDM Kit provides a wide variety of of APIs for application management, communication management, s… 76 The MDM APIs can be called only after the **EnterpriseAdminExtensionAbility** is enabled. During th…
|
H A D | mdm-kit-intro.md | 1 # Introduction to MDM Kit 5 Mobile Device Management (MDM) is an enterprise-level IT application solution used to manage and pr… 10 …or application uses an **EnterpriseAdminExtensionAbility** to call APIs in MDM Kit to manage devic…
|
H A D | mdm-kit-admin.md | 5 …obile Device Management (MDM) application, you need to create an **EnterpriseAdminExtensionAbility… 13 | EnterpriseAdminExtensionAbility | onBundleAdded(bundleName: string): void | Called when an MDM … 14 | EnterpriseAdminExtensionAbility | onBundleRemoved(bundleName: string): void | Called when an MDM … 16 …allback is invoked when an enterprise administrator or employee deploys an MDM application and act…
|
/ohos5.0/base/customization/enterprise_device_management/ |
H A D | README_zh.md | 5 企业设备管理组件EDM(Enterprise Device Management)给企业MDM(Mobile Device Management)应用开发者提供管理应用开发框架,设定管理模式以及提供… 15 - EDM Kit为开发者提供MDM应用开发框架,面向系统应用提供设备管理权限接口,面向三方应用提供设备管理能力接口。 16 - 企业设备管理服务(EnterpriseDeviceManagerService)是系统服务,主要管理企业场景下的MDM应用、设备管控策略以及实现设备管理能力。
|
H A D | README.md | 5 …se device management capabilities for developing Mobile Device Management (MDM) applications. You … 15 - Edm Kit provides an MDM application development framework for developers, device management permi… 16 - EnterpriseDeviceManagerService is a system service that manages MDM applications and device manag…
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | permissions-for-enterprise-apps.md | 3 …rprise applications include normal enterprise apps and Mobile Device Management (MDM) applications. 5 …enterprise_normal** (normal enterprise application) or **enterprise_mdm** (MDM application). You c… 22 …0 to 14, this permission is of the system_core level and available only to MDM applications. Start… 37 …0 to 14, this permission is of the system_core level and available only to MDM applications. Start…
|
H A D | app-permissions.md | 17 …MDM) applications<!--Del-->, and system applications<!--DelEnd-->. The applications with the distr… 19 - [Permissions for MDM applications](permissions-for-mdm-apps.md) 21 …The permissions are available only to [MDM](../../mdm/mdm-kit-intro.md) applications. When request…
|
H A D | permissions-for-mdm-apps.md | 1 # Permissions for MDM Applications 3 …le only to Mobile Device Management (MDM) applications. For details about MDM applications, see [I… 228 Allows installation of enterprise MDM applications on enterprise devices. 241 Allows automatic updates of enterprise MDM applications on enterprise devices. 436 Allows an MDM application to query audit events.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | errorcode-bundle.md | 666 Failed to install the HAP because an enterprise normal/MDM bundle cannot be installed on non-enterp… 725 1. 非MDM应用申请了MDM类型的权限。 729 …--Del-->[<!--DelEnd-->MDM类型的权限<!--Del-->](../../security/AccessToken/permissions-for-mdm-apps.md)<…
|
/ohos5.0/docs/zh-cn/application-dev/security/ |
H A D | app-provision-structure.md | 13 …用,可以安装到个人设备上。<li> enterprise_mdm:企业MDM应用,只能安装在企业设备上。需要设备管理特权,比如远程锁定,安装普通企业应用等。 <li>enterprise_norm…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-customization.md | 11 接口所属kit由MDM Kit变更为Basic Services Kit。
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 定制子系统.md | 15 | 企业设备管理组件 | 为企业MDM(Mobile Device Management)应用开发者提供管理应用的开发框架,设定管理模式,提供企业设备管理功能能力集。同时为企业环境下的应用提供系统级…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-customization.md | 11 The kit to which the **configPolicy** API belongs is changed from MDM Kit to Basic Services Kit.
|