Remove flag for data usage v2.

Change-Id: I83c68eb8b2c44eb5925f31065d4897a9823cedd6
Fixes: 109943959
Test: rebuild
This commit is contained in:
Fan Zhang
2018-06-11 10:00:43 -07:00
parent 70b447a378
commit a4b77ef1ee

View File

@@ -39,7 +39,6 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS = new HashMap<>();
DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
DEFAULT_FLAGS.put("settings_audio_switcher", "true");
DEFAULT_FLAGS.put("settings_systemui_theme", "true");
}