Verify Application with User Choice Example Template

This custom template is intended for creating App enforcement policy with user choice 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. With this custom policy, IT admins can provide device users an option to turn the setting Scan apps with Play Protect on or off. This allows the user to choose whether to enable app verification or not. 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 user Choice Example Template.
  6. Edit the packageName and installType to customize the applications that needs to be installed through this policy.
    {
      "advancedSecurityOverrides": {
        "developerSettings": "DEVELOPER_SETTINGS_ALLOWED",
        "untrustedAppsPolicy": "DISALLOW_INSTALL",
        "googlePlayProtectVerifyApps": "VERIFY_APPS_USER_CHOICE"
      },
      "applications": [
        {
          "packageName": "com.android.chrome",
          "installType": "AVAILABLE"
        },
        {
          "packageName": "com.spotify.music",
          "installType": "AVAILABLE"
        }
       ]
    }
  7. Click Save.