1# Introduction to MDM Kit 2 3## Introduction 4 5Mobile Device Management (MDM) is an enterprise-level IT application solution used to manage and protect data and applications on enterprise devices. It ensures device and data security and stability through centralized management, remote configuration, and monitoring. It is widely used in enterprises and government agencies to ensure efficient management and secure use of devices and data. 6 7## Working Principles 8 9<!--RP1--> 10The framework layer and system ability (SA) layer use the enterprise_device_management component to provide the device administrator application framework and basic device management capabilities. The device administrator application uses an **EnterpriseAdminExtensionAbility** to call APIs in MDM Kit to manage devices.<!--RP1End--> 11 12 13 14## Constraints 15 16- The SDK version must be 5.0.0 (API version 12) or later. 17 18- Only the stage model is supported. 19 20<!--RP3--><!--RP3End--> 21