Merge "Enable Settings Search surfacing full screen for large screen" into tm-dev am: ad4f758572

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17047668

Change-Id: Ie892329650989426ace3f0c05c021769af951d37
This commit is contained in:
TreeHugger Robot
2022-03-02 09:13:24 +00:00
committed by Automerger Merge Worker

View File

@@ -95,7 +95,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put(SETTINGS_USE_NEW_BACKUP_ELIGIBILITY_RULES, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_SECURITY_HUB, "true");
DEFAULT_FLAGS.put(SETTINGS_SUPPORT_LARGE_SCREEN, "true");
DEFAULT_FLAGS.put("settings_search_always_expand", "false");
DEFAULT_FLAGS.put("settings_search_always_expand", "true");
DEFAULT_FLAGS.put(SETTINGS_APP_LANGUAGE_SELECTION, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_MONITOR_PHANTOM_PROCS, "true");
DEFAULT_FLAGS.put(SETTINGS_APP_ALLOW_DARK_THEME_ACTIVATION_AT_BEDTIME, "false");