Merge "Enable the feature flag for contextual home v2" into rvc-dev am: 5bd455ac5f am: 4c8c15f110

Change-Id: Ie8315f701da87334b9143ca4a21536bf1ec045b2
This commit is contained in:
TreeHugger Robot
2020-03-23 12:08:09 +00:00
committed by Automerger Merge Worker

View File

@@ -73,7 +73,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false");
DEFAULT_FLAGS.put("settings_contextual_home2", "false");
DEFAULT_FLAGS.put("settings_contextual_home2", "true");
}
/**