AdvancedSecurityOverrides class

Security policies set to secure values by default.

To maintain the security posture of a device, we don't recommend overriding any of the default values.

Constructors

AdvancedSecurityOverrides({String? commonCriteriaMode, String? developerSettings, String? googlePlayProtectVerifyApps, List<String>? personalAppsThatCanReadWorkNotifications, String? untrustedAppsPolicy})
AdvancedSecurityOverrides.fromJson(Map json_)

Properties

commonCriteriaMode String?
Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).
getter/setter pair
developerSettings String?
Controls access to developer settings: developer options and safe boot.
getter/setter pair
googlePlayProtectVerifyApps String?
Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
personalAppsThatCanReadWorkNotifications List<String>?
Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
untrustedAppsPolicy String?
The policy for untrusted apps (apps from unknown sources) enforced on the device.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited