Merge "Add constant for intent to open MemtagPage"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1162d79a78
@@ -35801,6 +35801,7 @@ package android.provider {
|
||||
field public static final String ACTION_MANAGE_UNKNOWN_APP_SOURCES = "android.settings.MANAGE_UNKNOWN_APP_SOURCES";
|
||||
field public static final String ACTION_MANAGE_WRITE_SETTINGS = "android.settings.action.MANAGE_WRITE_SETTINGS";
|
||||
field public static final String ACTION_MEMORY_CARD_SETTINGS = "android.settings.MEMORY_CARD_SETTINGS";
|
||||
field public static final String ACTION_MEMTAG_SETTINGS = "android.settings.MEMTAG_SETTINGS";
|
||||
field public static final String ACTION_NETWORK_OPERATOR_SETTINGS = "android.settings.NETWORK_OPERATOR_SETTINGS";
|
||||
field public static final String ACTION_NFCSHARING_SETTINGS = "android.settings.NFCSHARING_SETTINGS";
|
||||
field public static final String ACTION_NFC_PAYMENT_SETTINGS = "android.settings.NFC_PAYMENT_SETTINGS";
|
||||
|
||||
@@ -674,6 +674,22 @@ public final class Settings {
|
||||
public static final String ACTION_WIFI_SETTINGS =
|
||||
"android.settings.WIFI_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of MTE.
|
||||
* <p>
|
||||
* 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.
|
||||
* <p>
|
||||
* In some cases, a matching Activity may not exist, so ensure you safeguard against this.
|
||||
* <p>
|
||||
* Input: Nothing.
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_MEMTAG_SETTINGS =
|
||||
"android.settings.MEMTAG_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of a static IP
|
||||
* address for Wi-Fi.
|
||||
|
||||
Reference in New Issue
Block a user