Android policy management

A policy represents a group of settings that govern the behavior of a managed device and the apps installed on it.

Policy Groups
Android policies are managed through the Policy Groups created via the WebUI. A policy group contains multiple policies. When you deploy a policy group onto MDM servers, that policy group acts as the default policy for the assigned enrollment groups. Android Policy Groups that are not assigned with any enrollment group can be deployed directly onto the eligible mobile devices.
Custom policy
  1. Define policy in a JSON file and upload this custom policy through WebUI.

    For sample codes to create custom policy, see the official Google Android Management API documentation:

  2. Add the created custom policy to a policy group.
  3. Deploy the policy group to MDM server or directly onto the selected devices.
Important: When you create a policy group through WebUI, you must select the appropriate option under Assign To Group drop-down list.
  • BYOD: Assigns this policy group to BYOD Android devices. On fresh enrollment, BYOD Android devices receive the policies added in this group automatically. After enrollment, when deployed on selected devices, this policy becomes effective only on BYOD Android devices.
  • Fully Managed: Assigns this policy group to fully-managed Android devices. On fresh enrollment, company-owned Android devices receive the fully-managed device policies added in this group automatically. After enrollment, when deployed on selected devices, this policy becomes effective only on fully managed Android devices.
  • Dedicated: Assigns this policy group to dedicated Android devices. On fresh enrollment, company-owned Android devices receive the dedicated device policies added in this group automatically. After enrollment, when deployed on selected devices, this policy becomes effective only on dedicated Android devices.