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

Commit 5d4871f6 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge \"Add metrics for new tabs in Settings.\" into nyc-mr1-dev

am: 1f7be323

Change-Id: I86aa5d13ecb733c95d3f2456f5df6a6b62860ca1
parents 61513724 1f7be323
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2323,6 +2323,20 @@ message MetricsEvent {
    // Deletion helper encountered an error during photo and video deletion.
    ACTION_DELETION_HELPER_PHOTOS_VIDEOS_DELETION_FAIL = 473;

    // OPEN: Settings (root page if there are multiple tabs)
    // CATEGORY: SETTINGS
    DASHBOARD_CONTAINER = 474;

    // OPEN: Settings -> SUPPORT TAB
    // CATEGORY: SETTINGS
    SUPPORT_FRAGMENT = 475;

    // ACTION: Settings -> Select summary tab.
    ACTION_SELECT_SUMMARY=476;

    // ACTION: Settings -> Select support tab.
    ACTION_SELECT_SUPPORT_FRAGMENT = 477;

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