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

Commit e373051f authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Revert "Enable settings_tether_all_in_one by default"

This reverts commit ab420954.

Reason for revert: b/151579796, b/151624169

Bug: 151579796
Change-Id: Ic398efd54e667a7f250ce0e7ac5082502a40078a
parent ab420954
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");
    }