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

This commit is contained in:
Reema Bajwa
2022-10-21 17:07:50 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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() {