Merge "Enable large screen flag in the Settings app" into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-11-05 07:56:41 +00:00
committed by Android (Google) Code Review

View File

@@ -75,7 +75,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "true"); DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "true");
DEFAULT_FLAGS.put(SETTINGS_USE_NEW_BACKUP_ELIGIBILITY_RULES, "true"); DEFAULT_FLAGS.put(SETTINGS_USE_NEW_BACKUP_ELIGIBILITY_RULES, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_SECURITY_HUB, "true"); DEFAULT_FLAGS.put(SETTINGS_ENABLE_SECURITY_HUB, "true");
DEFAULT_FLAGS.put(SETTINGS_SUPPORT_LARGE_SCREEN, "false"); DEFAULT_FLAGS.put(SETTINGS_SUPPORT_LARGE_SCREEN, "true");
} }
private static final Set<String> PERSISTENT_FLAGS; private static final Set<String> PERSISTENT_FLAGS;