AdvancedSecurityOverrides class
Advanced security settings.
In most cases, setting these is not needed.
Constructors
-
AdvancedSecurityOverrides.new({String? commonCriteriaMode, String? contentProtectionPolicy, 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
- contentProtectionPolicy ↔ String?
-
Controls whether content protection, which scans for deceptive apps, is
enabled.
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