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

Commit 20d1db4e authored by Salvador Martinez's avatar Salvador Martinez
Browse files

Add metrics constants for dark ui dialog

This just adds some constants needed for a new dialog that shows
up on the first time dark theme is toggled.

Test: none, is a metrics change
Bug: 132695689
Change-Id: Ic7527879003a7d883e74cb00792e69655e5ec9ad
parent abf84f7c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2374,6 +2374,12 @@ enum PageId {
    // Settings > Apps and notifications > Notifications > Gentle notifications
    GENTLE_NOTIFICATIONS_SCREEN = 1715;

    // OPEN: Settings > Display > Dark Theme
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Only shows up on first time toggle
    DIALOG_DARK_UI_INFO = 1740;

    // OPEN: Settings > System > Gestures > Global Actions Panel
    // CATEGORY: SETTINGS
    // OS: Q
+5 −1
Original line number Diff line number Diff line
@@ -7365,7 +7365,11 @@ message MetricsEvent {
    // OS: Q
    FIELD_EMERGENCY_DIALER_DISCONNECT_CAUSE = 1739;

    // ---- Skipping ahead to avoid conflicts between master and release branches.
    // OPEN: Settings > Display > Dark Theme
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Only shows up on first time toggle
    DIALOG_DARK_UI_INFO = 1740;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.