Adding intent action for SafetyCenterActivity.
Test: CTS test in ag/16175491. Bug: 204883906 Change-Id: I5321e0f74cd10c2b62fe381326d255d14917adf5
This commit is contained in:
@@ -11197,6 +11197,7 @@ package android.content {
|
||||
field public static final String ACTION_QUICK_VIEW = "android.intent.action.QUICK_VIEW";
|
||||
field public static final String ACTION_REBOOT = "android.intent.action.REBOOT";
|
||||
field public static final String ACTION_RUN = "android.intent.action.RUN";
|
||||
field public static final String ACTION_SAFETY_CENTER = "android.intent.action.SAFETY_CENTER";
|
||||
field public static final String ACTION_SCREEN_OFF = "android.intent.action.SCREEN_OFF";
|
||||
field public static final String ACTION_SCREEN_ON = "android.intent.action.SCREEN_ON";
|
||||
field public static final String ACTION_SEARCH = "android.intent.action.SEARCH";
|
||||
|
||||
@@ -2367,6 +2367,14 @@ public class Intent implements Parcelable, Cloneable {
|
||||
public static final String ACTION_VIEW_APP_FEATURES =
|
||||
"android.intent.action.VIEW_APP_FEATURES";
|
||||
|
||||
/**
|
||||
* Activity action: Launch UI to open the Safety Center, which highlights the user's security
|
||||
* and privacy status.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_SAFETY_CENTER =
|
||||
"android.intent.action.SAFETY_CENTER";
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
// ---------------------------------------------------------------------
|
||||
// Standard intent broadcast actions (see action variable).
|
||||
|
||||
Reference in New Issue
Block a user