Loading core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading