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

Commit b0d3aff5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add new constants for dark mode screen"

parents 973c5f9d 39adab4a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2316,4 +2316,7 @@ enum PageId {
    // OPEN: Settings > Face > Remove face
    // OS: Q
    DIALOG_FACE_REMOVE = 1693;

    // Settings > Display > Theme
    DARK_UI_SETTINGS = 1698;
}
+2 −0
Original line number Diff line number Diff line
@@ -7147,6 +7147,8 @@ message MetricsEvent {
    // OS: Q
    BIOMETRIC_AUTH = 1697;

    // Settings > Display > Theme
    DARK_UI_SETTINGS = 1698;
    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS