Merge "Add new setting key for credential manager Test: built locally Bug: 250713478"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user