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

Commit c18dc784 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 am: b6d7889e

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

Change-Id: I53fb2598a25c578617c3fb1de17571d8cada0dfb
parents f2758237 b6d7889e
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;