Set SecurityHub to be enabled by default.

Test: manual test (FeatureFlagUtils#isEnabled returns true)
Bug: 182552455
Change-Id: I318f210fbe11457e6c9ff9297a2024d249eb4442
This commit is contained in:
Jan Tomljanovic
2021-05-17 13:02:43 +01:00
parent 071219037b
commit 88a1c55848

View File

@@ -72,7 +72,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_contextual_home", "false");
DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "true");
DEFAULT_FLAGS.put(SETTINGS_USE_NEW_BACKUP_ELIGIBILITY_RULES, "true");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_SECURITY_HUB, "false");
DEFAULT_FLAGS.put(SETTINGS_ENABLE_SECURITY_HUB, "true");
}
private static final Set<String> PERSISTENT_FLAGS;