diff options
author | 2025-03-19 13:21:00 -0700 | |
---|---|---|
committer | 2025-03-19 13:21:00 -0700 | |
commit | 187dc4dd00fede99d09b138b64d9f63facf3c822 (patch) | |
tree | d6ea71f720edb0bf2d740cc308d017841822e0dc | |
parent | acbbc9c3ac0d86390c7dea501da3599851338938 (diff) |
Add Europe/Warsaw to timezone list
This fixes the immediate P1 bug. It's not clear how current list is chosen and what else should be added, but that's a larger redesign that probably involves moving to two level timezone selection (region and then timezone within region)
Bug: 401083965
Flag: NONE resource change
Tested: manual through TV Settings
Change-Id: I74a5c0ccb2c9c8b774230ea7d562bfbce3566ea2
-rw-r--r-- | packages/SettingsLib/res/xml/timezones.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/xml/timezones.xml b/packages/SettingsLib/res/xml/timezones.xml index 6a8d7802f9fd..4cea32aa05f9 100644 --- a/packages/SettingsLib/res/xml/timezones.xml +++ b/packages/SettingsLib/res/xml/timezones.xml @@ -35,6 +35,7 @@ <timezone id="Europe/Brussels"></timezone> <timezone id="Europe/Madrid"></timezone> <timezone id="Europe/Sarajevo"></timezone> + <timezone id="Europe/Warsaw"></timezone> <timezone id="Africa/Windhoek"></timezone> <timezone id="Africa/Brazzaville"></timezone> <timezone id="Asia/Amman"></timezone> |