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

Commit af1d90c7 authored by Alex Salo's avatar Alex Salo
Browse files

Add ADAPTIVE_SLEEP into settings_enums.proto

Test: make RunSettingsRoboTests
Bug: 111939367
Change-Id: Iead7a2d09dd0adb3918d9f2992ef9fa3361b66fc
parent e0675d84
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2179,4 +2179,8 @@ enum PageId {
    // OPEN: Settings > Network & internet > Click Mobile network to land on a page with a list of
    // SIM/eSIM subscriptions.
    MOBILE_NETWORK_LIST = 1627;

    // OPEN: Settings > Display > Adaptive sleep
    // OS: Q
    SETTINGS_ADAPTIVE_SLEEP = 1628;
}