Adding a SettingsEnum for a new screen

Adding a SettingsEnum for the Location Time Zone Detection screen.

Bug: 152746236
Test: build only
Change-Id: Ib56c84218d2c7365286d9737e18d3ca6547fcfa3
This commit is contained in:
Neil Fuller
2020-10-08 18:45:42 +01:00
parent d6eb7b3b7f
commit 459bdf20fb

View File

@@ -2761,4 +2761,9 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: S
REDUCE_BRIGHT_COLORS_SETTINGS = 1853;
// OPEN: Settings > Location > Time Zone Detection
// CATEGORY: SETTINGS
// OS: S
LOCATION_TIME_ZONE_DETECTION = 1854;
}