Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88a1c558 authored by Jan Tomljanovic's avatar Jan Tomljanovic
Browse files

Set SecurityHub to be enabled by default.

Test: manual test (FeatureFlagUtils#isEnabled returns true)
Bug: 182552455
Change-Id: I318f210fbe11457e6c9ff9297a2024d249eb4442
parent 07121903
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;