deviceSettings property

String? deviceSettings
getter/setter pair

Specifies whether the Settings app is allowed in kiosk mode. Possible string values are:

  • "DEVICE_SETTINGS_UNSPECIFIED" : Unspecified, defaults to SETTINGS_ACCESS_ALLOWED.
  • "SETTINGS_ACCESS_ALLOWED" : Access to the Settings app is allowed in kiosk mode.
  • "SETTINGS_ACCESS_BLOCKED" : Access to the Settings app is not allowed in kiosk mode.

Implementation

core.String? deviceSettings;