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

Commit c2da105a authored by Weng Su's avatar Weng Su
Browse files

[Provider Model] Enable Provider Model by default

Bug: 183671325
Test: manual test
Change-Id: I1a3d2da39a6f278fa852827d6730ad3303970eeb
parent 88d37222
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_tether_all_in_one", "false");
        DEFAULT_FLAGS.put("settings_silky_home", "true");
        DEFAULT_FLAGS.put("settings_contextual_home", "false");
        DEFAULT_FLAGS.put(SETTINGS_PROVIDER_MODEL, "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");
    }