managementMode property
The type of management mode Android Device Policy takes on the device.
This influences which policy settings are supported. Possible string values are:
- "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.
Implementation
core.String? managementMode;