Merge "Enable Settings Search surfacing full screen for large screen" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ad4f758572
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user