Turn on the feature flag for Android S Settings.

Bug: 169467375
Test: launch Settings and see the the UI.
Change-Id: I1d789c6ed0c5e98549c40e74faef8181d6733b30
This commit is contained in:
Yi-Ling Chuang
2021-02-02 15:31:07 +08:00
parent d9b723b847
commit 0197d41019

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");
}