deviceIdleConstraint property
Device idle constraint.
Optional. Possible string values are:
- "DEVICE_IDLE_CONSTRAINT_UNSPECIFIED" : Unspecified. Default to DEVICE_IDLE_NOT_REQUIRED.
- "DEVICE_IDLE_NOT_REQUIRED" : Device doesn't have to be idle, app can be installed while the user is interacting with the device.
- "INSTALL_ONLY_WHEN_DEVICE_IDLE" : Device has to be idle.
Implementation
core.String? deviceIdleConstraint;