Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ca2aaf2 authored by Becca Hughes's avatar Becca Hughes
Browse files

Flag new Credential Manager settings intent

This intent will allow developers to launch the
CredMan settings page so users can pick which
CredMan providers they will like to use.

Change-Id: Id645e33929214cf77e95dd73581b054ecae58f08
Test: make
Bug: 308185201
parent 80923392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36769,7 +36769,7 @@ package android.provider {
    field public static final String ACTION_CAST_SETTINGS = "android.settings.CAST_SETTINGS";
    field public static final String ACTION_CHANNEL_NOTIFICATION_SETTINGS = "android.settings.CHANNEL_NOTIFICATION_SETTINGS";
    field public static final String ACTION_CONDITION_PROVIDER_SETTINGS = "android.settings.ACTION_CONDITION_PROVIDER_SETTINGS";
    field public static final String ACTION_CREDENTIAL_PROVIDER = "android.settings.CREDENTIAL_PROVIDER";
    field @FlaggedApi("android.credentials.flags.new_settings_intents") public static final String ACTION_CREDENTIAL_PROVIDER = "android.settings.CREDENTIAL_PROVIDER";
    field public static final String ACTION_DATA_ROAMING_SETTINGS = "android.settings.DATA_ROAMING_SETTINGS";
    field public static final String ACTION_DATA_USAGE_SETTINGS = "android.settings.DATA_USAGE_SETTINGS";
    field public static final String ACTION_DATE_SETTINGS = "android.settings.DATE_SETTINGS";
+1 −0
Original line number Diff line number Diff line
@@ -2542,6 +2542,7 @@ public final class Settings {
     * ComponentName)} and only use this action to start an activity if they return {@code false}.
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    @FlaggedApi(android.credentials.flags.Flags.FLAG_NEW_SETTINGS_INTENTS)
    public static final String ACTION_CREDENTIAL_PROVIDER =
            "android.settings.CREDENTIAL_PROVIDER";