developerSettings property
Controls access to developer settings: developer options and safe boot.
Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated). Possible string values are:
- "DEVELOPER_SETTINGS_UNSPECIFIED" : Unspecified. Defaults to DEVELOPER_SETTINGS_DISABLED.
- "DEVELOPER_SETTINGS_DISABLED" : Default. Disables all developer settings and prevents the user from accessing them.
- "DEVELOPER_SETTINGS_ALLOWED" : Allows all developer settings. The user can access and optionally configure the settings.
Implementation
core.String? developerSettings;