Remove the feature flag of contextual home V2

Bug: 159393461
Test: rebuild
Change-Id: I0873794e398bca35820a23860a6325a7b6097da4
This commit is contained in:
Jason Chiu
2020-06-19 11:22:38 +08:00
parent 06b2e1cb17
commit 7ebdce50cd

View File

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