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

This commit is contained in:
TreeHugger Robot
2019-04-17 07:29:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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");
}