Verify Application Enforcement Example Template

This custom template is intended for creating App enforcement policy for Android devices.

Verify Apps enforcement feature enables Google Play Protect to scan all the apps installed on Android device for harmful software before and after they are installed to ensure that malicious apps cannot compromise corporate data. This setting is optional.

To modify the custom template to personalize, complete the following steps:

  1. From the MCM application click Create Policy and select Custom from Template.
  2. On the General Settings page, enter the Policy Name and Description.
  3. Select Android as the Operating System.
  4. From the Assign Policy to Site drop-down, select a site to assign the policy.
  5. From the Select a policy from template drop-down, select Verify Application Enforcement Example Template.
  6. Edit the packageName and installType to customize the applications that need to be installed through this policy.
    {
      "advancedSecurityOverrides": {
        "developerSettings": "DEVELOPER_SETTINGS_ALLOWED",
        "untrustedAppsPolicy": "DISALLOW_INSTALL",
        "googlePlayProtectVerifyApps": "VERIFY_APPS_ENFORCED"
      },
      "applications": [
        {
          "packageName": "com.android.chrome",
          "installType": "AVAILABLE"
        }
       ]
    }
  7. Click Save.