personalPlayStoreMode property

String? personalPlayStoreMode
getter/setter pair

Used together with personalApplications to control how apps in the personal profile are allowed or blocked. Possible string values are:

  • "PLAY_STORE_MODE_UNSPECIFIED" : Unspecified. Defaults to BLOCKLIST.
  • "BLACKLIST" : All Play Store apps are available for installation in the personal profile, except those whose installType is BLOCKED in personalApplications.
  • "BLOCKLIST" : All Play Store apps are available for installation in the personal profile, except those whose installType is BLOCKED in personalApplications.
  • "ALLOWLIST" : Only apps explicitly specified in personalApplications with installType set to AVAILABLE are allowed to be installed in the personal profile.

Implementation

core.String? personalPlayStoreMode;