Remove the feature flag for time zone picker

Bug: 72376227
Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.datetime.timezone
Test: manual
Merged-In: I4880f8e37d53879b971890a5d83ebdf1a417a262
Change-Id: I4880f8e37d53879b971890a5d83ebdf1a417a262
(cherry picked from commit 56cb29c0c3)
This commit is contained in:
Victor Chang
2018-03-29 19:06:33 +01:00
parent 09426de69d
commit a0db5a7f4e

View File

@@ -41,7 +41,6 @@ public class FeatureFlagUtils {
static {
DEFAULT_FLAGS = new HashMap<>();
DEFAULT_FLAGS.put("settings_battery_display_app_list", "false");
DEFAULT_FLAGS.put("settings_zone_picker_v2", "true");
DEFAULT_FLAGS.put("settings_about_phone_v2", "true");
DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
DEFAULT_FLAGS.put("settings_data_usage_v2", "true");