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

Commit fb71b9bc authored by Reema Bajwa's avatar Reema Bajwa Committed by Android (Google) Code Review
Browse files

Merge "Add new setting key for credential manager Test: built locally Bug: 250713478"

parents 9b46e8da a8611b6a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6875,6 +6875,14 @@ public final class Settings {
        @Readable
        public static final String VOICE_INTERACTION_SERVICE = "voice_interaction_service";
        /**
         * The currently selected credential service(s) flattened ComponentName.
         *
         * @hide
         */
        public static final String CREDENTIAL_SERVICE = "credential_service";
        /**
         * The currently selected autofill service flattened ComponentName.
         * @hide
+2 −1
Original line number Diff line number Diff line
@@ -817,7 +817,8 @@ public class SettingsBackupTest {
                 Settings.Secure.REDUCE_BRIGHT_COLORS_ACTIVATED,
                 Settings.Secure.ACCESSIBILITY_SHOW_WINDOW_MAGNIFICATION_PROMPT,
                 Settings.Secure.ACCESSIBILITY_FLOATING_MENU_MIGRATION_TOOLTIP_PROMPT,
                 Settings.Secure.UI_TRANSLATION_ENABLED);
                 Settings.Secure.UI_TRANSLATION_ENABLED,
                 Settings.Secure.CREDENTIAL_SERVICE);

    @Test
    public void systemSettingsBackedUpOrDenied() {