playStoreMode property

String? playStoreMode
getter/setter pair

This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy. Possible string values are:

  • "PLAY_STORE_MODE_UNSPECIFIED" : Unspecified. Defaults to WHITELIST.
  • "WHITELIST" : Only apps that are in the policy are available and any app not in the policy will be automatically uninstalled from the device.
  • "BLACKLIST" : All apps are available and any app that should not be on the device should be explicitly marked as 'BLOCKED' in the applications policy.

Implementation

core.String? playStoreMode;