From 459bdf20fbdf969a161bc82d6325a2dc5c683e85 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 8 Oct 2020 18:45:42 +0100 Subject: [PATCH] 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 --- core/proto/android/app/settings_enums.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 99fe1afc9c9db..45f64f9a92af9 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -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; }