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

Commit a9aa2ac3 authored by Yi Jiang's avatar Yi Jiang
Browse files

Adds a new enum for screen timeout setting.

Bug: 155051311
Test: RunSettingsRoboTests
Change-Id: I3d9814bce8e63ed83cfb39a9968f8ebbf950afc8
parent c6b1386f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2751,4 +2751,9 @@ enum PageId {

    // OS: R QPR2
    BLUETOOTH_PAIRING_RECEIVER = 1851;

    // OPEN: Settings > Display > Screen timeout
    // CATEGORY: SETTINGS
    // OS: S
    SCREEN_TIMEOUT = 1852;
}