共用方式為


Settings.ActionAdvancedMemoryProtectionSettings Field

Definition

Activity Action: Show settings to allow configuration of Advanced memory protection.

[Android.Runtime.Register("ACTION_ADVANCED_MEMORY_PROTECTION_SETTINGS", ApiSince=34)]
public const string ActionAdvancedMemoryProtectionSettings;
[<Android.Runtime.Register("ACTION_ADVANCED_MEMORY_PROTECTION_SETTINGS", ApiSince=34)>]
val mutable ActionAdvancedMemoryProtectionSettings : string

Field Value

Attributes

Remarks

Activity Action: Show settings to allow configuration of Advanced memory protection.

Memory Tagging Extension (MTE) is a CPU extension that allows to protect against certain classes of security problems at a small runtime performance cost overhead.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Nothing.

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_ADVANCED_MEMORY_PROTECTION_SETTINGS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to