managementMode property

String? managementMode
getter/setter pair

The management mode of the device or profile. 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;