ManagementMode
The type of management mode Android Device Policy takes on the device.
Enums |
MANAGEMENT_MODE_UNSPECIFIED |
This value is disallowed. |
DEVICE_OWNER |
Device owner. Android Device Policy has full control over the device. |
PROFILE_OWNER |
Profile owner. Android Device Policy has control over a managed profile on the device. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Android Device Policy enforces management using two primary modes: Device Owner and Profile Owner."],["Device Owner mode grants Android Device Policy complete control over the device."],["Profile Owner mode allows Android Device Policy to manage a specific profile on the device, providing a more restricted scope of control."]]],["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"]]