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

Commit eefa467e authored by Jerry Zhang's avatar Jerry Zhang
Browse files

Remove connected devices feature flag

Bug: 72829348
Test: passes
Change-Id: If97b4eefeb1f550a78c9117a232e5bdb21789709
parent f3537c20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ public class FeatureFlagUtils {
    private static final Map<String, String> DEFAULT_FLAGS;
    static {
        DEFAULT_FLAGS = new HashMap<>();
        DEFAULT_FLAGS.put("settings_connected_device_v2", "true");
        DEFAULT_FLAGS.put("settings_battery_v2", "true");
        DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
        DEFAULT_FLAGS.put("settings_zone_picker_v2", "true");