Merge "[Passpointv2] Add feature flag for saved network show details fragment"

This commit is contained in:
TreeHugger Robot
2019-03-12 09:38:23 +00:00
committed by Android (Google) Code Review

View File

@@ -60,6 +60,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put(SCREENRECORD_LONG_PRESS, "false");
DEFAULT_FLAGS.put(GLOBAL_ACTIONS_GRID_ENABLED, "true");
DEFAULT_FLAGS.put(GLOBAL_ACTIONS_PANEL_ENABLED, "true");
DEFAULT_FLAGS.put("settings_wifi_details_saved_screen", "false");
}
/**