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

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

Merge "Add log metric for Grayscale conditional"

parents ff58fc89 d768dc61
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2287,4 +2287,7 @@ enum PageId {

    // OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
    ACCESSIBILITY_DETAILS_SETTINGS = 1682;

    // Open: Settings will show the conditional when Grayscale mode is on
    SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;
}
+3 −0
Original line number Diff line number Diff line
@@ -7075,6 +7075,9 @@ message MetricsEvent {
    // OPEN: Accessibility detail settings (android.settings.ACCESSIBILITY_DETAILS_SETTINGS intent)
    ACCESSIBILITY_DETAILS_SETTINGS = 1682;

    // Open: Settings will show the conditional when Grayscale mode is on
    SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;

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