playOrSystemApps property

String? playOrSystemApps
getter/setter pair

App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.

Required. Possible string values are:

  • "UNKNOWN" : Risk type is unknown.
  • "UNEVALUATED" : App access risk was not evaluated because a requirement was missed, such as the device not being trusted enough.
  • "NOT_INSTALLED" : No apps under this field are installed on the device. This is only valid for the other apps field.
  • "INSTALLED" : One or more apps under this field are installed on the device.
  • "CAPTURING" : Apps under this field are running that could be used to read or capture inputs and outputs of the requesting app, such as screen recording apps.
  • "CONTROLLING" : Apps under this field are running that could be used to control the device and inputs and outputs of the requesting app, such as remote controlling apps.

Implementation

core.String? playOrSystemApps;