Merge "Adding a SettingsEnum for a new screen"

This commit is contained in:
Neil Fuller
2020-10-23 09:40:43 +00:00
committed by Android (Google) Code Review

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;
}