AdvancedSecurityOverrides class
Advanced security settings.
In most cases, setting these is not needed.
Constructors
-
AdvancedSecurityOverrides({String? commonCriteriaMode, String? developerSettings, String? googlePlayProtectVerifyApps, String? mtePolicy, 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
- mtePolicy ↔ String?
-
Controls Memory Tagging Extension (MTE)
(https://source.android.com/docs/security/test/memory-safety/arm-mte) on
the device.
getter/setter pair
-
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