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

Commit 404ba791 authored by cosmohsieh's avatar cosmohsieh Committed by android-build-merger
Browse files

Merge "[PasspointV2] Clear feature flag settings_wifi_details_saved_screen" into qt-dev

am: 30550e1f

Change-Id: Icf7e0f385e5e94ce06bafe83e6bd1645bd9fe11e
parents abff8a17 30550e1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,6 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put(FORCE_GLOBAL_ACTIONS_GRID_ENABLED, "false");
        DEFAULT_FLAGS.put(FORCE_GLOBAL_ACTIONS_GRID_ENABLED, "false");
        DEFAULT_FLAGS.put(GLOBAL_ACTIONS_PANEL_ENABLED, "true");
        DEFAULT_FLAGS.put(GLOBAL_ACTIONS_PANEL_ENABLED, "true");
        DEFAULT_FLAGS.put(PIXEL_WALLPAPER_CATEGORY_SWITCH, "false");
        DEFAULT_FLAGS.put(PIXEL_WALLPAPER_CATEGORY_SWITCH, "false");
        DEFAULT_FLAGS.put("settings_wifi_details_saved_screen", "true");
        DEFAULT_FLAGS.put("settings_wifi_details_datausage_header", "false");
        DEFAULT_FLAGS.put("settings_wifi_details_datausage_header", "false");
    }
    }