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

Commit 2b5cd2d0 authored by Ruslan Tkhakokhov's avatar Ruslan Tkhakokhov
Browse files

Enable SETTINGS_DO_NOT_RESTORE_PRESERVED by default

Bug: 144838882
Test: 1. CtsBackupTestCases
      2. CtsBackupHostTestCases
      3. GtsBackupTestCases
      4. GtsBackupHostTestCases
Change-Id: I13a7e5d3b1c56a4c2987ba565f82c1adeb6f4893
parent 98955a62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -67,9 +67,9 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_controller_loading_enhancement", "false");
        DEFAULT_FLAGS.put("settings_conditionals", "false");
        DEFAULT_FLAGS.put(NOTIF_CONVO_BYPASS_SHORTCUT_REQ, "true");
        // Disabled by default until b/148278926 is resolved. This flags guards a feature
        // introduced in R and will be removed in the next release (b/148367230).
        DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "false");
        // This flags guards a feature introduced in R and will be removed in the next release
        // (b/148367230).
        DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "true");

        DEFAULT_FLAGS.put("settings_tether_all_in_one", "true");
        DEFAULT_FLAGS.put(SETTINGS_SCHEDULES_FLAG, "false");