Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 459bdf20 authored by Neil Fuller's avatar Neil Fuller
Browse files

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
parent d6eb7b3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
}