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

Commit 4bf1e3a5 authored by Yi Jiang's avatar Yi Jiang Committed by Android (Google) Code Review
Browse files

Merge "Adds a new enum for screen timeout setting."

parents dc6aaed8 a9aa2ac3
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;
}