Merge "Enable large screen flag in the Settings app"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a8b0da18e
@@ -79,7 +79,7 @@ public class FeatureFlagUtils {
|
||||
DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "true");
|
||||
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, "false");
|
||||
DEFAULT_FLAGS.put(SETTINGS_SUPPORT_LARGE_SCREEN, "true");
|
||||
DEFAULT_FLAGS.put(SETTINGS_APP_LANGUAGE_SELECTION, "false");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user