developerSettings property
Controls access to developer settings: developer options and safe boot.
Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated). On personally-owned devices with a work profile, setting this policy will not disable safe boot. In this case, a NonComplianceDetail with MANAGEMENT_MODE is reported. 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;