Merge "Set SecurityHub to be enabled by default." into sc-dev

This commit is contained in:
Jan Tomljanovic
2021-05-18 09:39:32 +00:00
committed by Android (Google) Code Review

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;