Merge "Enable settings_tether_all_in_one by default" into rvc-dev am: ace56a8c68

Change-Id: I8f749d81b6574618d643442b0c3505edd55f34df
This commit is contained in:
Automerger Merge Worker
2020-03-06 02:48:23 +00:00

View File

@@ -71,7 +71,7 @@ public class FeatureFlagUtils {
// introduced in R and will be removed in the next release (b/148367230).
DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "false");
DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
DEFAULT_FLAGS.put("settings_tether_all_in_one", "true");
DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false");
DEFAULT_FLAGS.put("settings_contextual_home2", "false");
}