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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user