Revert "Revert "Turn on the feature flag for Android S Settings.""

This reverts commit 5ad13e0c25.

Reason for revert: Test case has been fixed

Change-Id: Id05757c494628c1d84943b383cf7639098a3fa3a
This commit is contained in:
Jason Chiu
2021-02-04 03:52:04 +00:00
parent 5ad13e0c25
commit 2b4207db12

View File

@@ -65,7 +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");
DEFAULT_FLAGS.put("settings_silky_home", "true");
DEFAULT_FLAGS.put("settings_contextual_home", "false");
DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "false");
}