Remove the feature flag and dead code for the old time zone picker

Created b/77277084 to help Android variants to migrate from
old time zone data source, i.e. ZoneGetter.getZonesList, to
new time zone source, e.g. TimeZoneFinder.

Bug: 72376227
Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.datetime
Test: manual
Change-Id: I332077a67cc9f9c83b298e25feea71463e1ee98b
This commit is contained in:
Victor Chang
2018-03-29 18:52:09 +01:00
parent e978d3dae0
commit 6be6c58206
10 changed files with 1 additions and 569 deletions

View File

@@ -56,7 +56,7 @@
settings:userRestriction="no_config_date_time" />
<com.android.settingslib.RestrictedPreference
android:fragment="com.android.settings.datetime.ZonePicker"
android:fragment="com.android.settings.datetime.timezone.TimeZoneSettings"
android:key="timezone"
android:title="@string/date_time_set_timezone"
android:summary="@string/summary_placeholder"