Merge "Add a feature flag for settings contextual home."

This commit is contained in:
TreeHugger Robot
2020-09-14 04:57:45 +00:00
committed by Android (Google) Code Review

View File

@@ -66,6 +66,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
DEFAULT_FLAGS.put("settings_silky_home", "false");
DEFAULT_FLAGS.put("settings_contextual_home", "false");
}
/**