Add a feature flag for silky home

Bug: 168166015
Test: robotest & rebuild
Change-Id: I16df742156e4bfb18ac0f80bcd14bf1c27a952eb
This commit is contained in:
Yanting Yang
2020-09-10 12:57:43 +08:00
parent 4e8a7a8bcf
commit b95a193c1f

View File

@@ -65,6 +65,7 @@ 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_silky_home", "false");
}
/**