systemErrorWarnings property

String? systemErrorWarnings
getter/setter pair

Specifies whether system error dialogs for crashed or unresponsive apps are blocked in kiosk mode.

When blocked, the system will force-stop the app as if the user chooses the "close app" option on the UI. Possible string values are:

  • "SYSTEM_ERROR_WARNINGS_UNSPECIFIED" : Unspecified, defaults to ERROR_AND_WARNINGS_MUTED.
  • "ERROR_AND_WARNINGS_ENABLED" : All system error dialogs such as crash and app not responding (ANR) are displayed.
  • "ERROR_AND_WARNINGS_MUTED" : All system error dialogs, such as crash and app not responding (ANR) are blocked. When blocked, the system force-stops the app as if the user closes the app from the UI.

Implementation

core.String? systemErrorWarnings;