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

Commit 4f885ed4 authored by cosmohsieh's avatar cosmohsieh Committed by Cosmo Hsieh
Browse files

[PasspointV2] Clear feature flag settings_wifi_details_saved_screen

Clear feature flag settings_wifi_details_saved_screen

Bug: b/128369527
Test: make RunSettingsRoboTests -j32 ROBOTEST_FILTER=com.android.settings.wifi
Change-Id: Ied42c4d0f67c92d0a5dfa2f14ecf151a7c8826c8
Merged-In: Id4710d91da74d931a550d09c2a36af21d55fe811
parent 84cf1cb9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put(FORCE_GLOBAL_ACTIONS_GRID_ENABLED, "false");
        DEFAULT_FLAGS.put(GLOBAL_ACTIONS_PANEL_ENABLED, "true");
        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");
    }