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

Commit eb025700 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Revert "Enable settings_tether_all_in_one by default"" into rvc-dev am:...

Merge "Revert "Enable settings_tether_all_in_one by default"" into rvc-dev am: 7cff6429 am: 1fad217f am: 5f67e9d5 am: 30e3834c

Change-Id: I415761437006acf641f1ed9011bfe59fba667c40
parents acef510d 30e3834c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class FeatureFlagUtils {
        // introduced in R and will be removed in the next release (b/148367230).
        DEFAULT_FLAGS.put(SETTINGS_DO_NOT_RESTORE_PRESERVED, "false");

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