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

Commit b6d7889e authored by Jan Tomljanovic's avatar Jan Tomljanovic Committed by Automerger Merge Worker
Browse files

Merge "Set SecurityHub to be enabled by default." into sc-dev am: 1008299e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14589970

Change-Id: I6f33ccc81616c142392d1e2fadd4116d3328e5de
parents c05ca5e8 1008299e
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;