ManagementMode
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Android Device Policy 对设备采用的管理模式类型。
枚举 |
MANAGEMENT_MODE_UNSPECIFIED |
此值不受支持。 |
DEVICE_OWNER |
设备所有者。Android Device Policy 拥有对设备的完全控制权。 |
PROFILE_OWNER |
资料所有者。Android Device Policy 用于控制设备上的受管理个人资料。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eAndroid Device Policy enforces management using two primary modes: Device Owner and Profile Owner.\u003c/p\u003e\n"],["\u003cp\u003eDevice Owner mode grants Android Device Policy complete control over the device.\u003c/p\u003e\n"],["\u003cp\u003eProfile Owner mode allows Android Device Policy to manage a specific profile on the device, providing a more restricted scope of control.\u003c/p\u003e\n"]]],["Android Device Policy operates in two management modes: `DEVICE_OWNER` and `PROFILE_OWNER`. In `DEVICE_OWNER` mode, the policy has complete control over the entire device. In `PROFILE_OWNER` mode, the policy manages a specific profile on the device, providing control only within that profile. The `MANAGEMENT_MODE_UNSPECIFIED` is not allowed, and should not be used.\n"],null,["# ManagementMode\n\nThe type of management mode Android Device Policy takes on the device.\n\n| Enums ||\n|-------------------------------|----------------------------------------------------------------------------------------|\n| `MANAGEMENT_MODE_UNSPECIFIED` | This value is disallowed. |\n| `DEVICE_OWNER` | Device owner. Android Device Policy has full control over the device. |\n| `PROFILE_OWNER` | Profile owner. Android Device Policy has control over a managed profile on the device. |"]]