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

Commit 45ee8403 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge \"Add metrics for toll-free/travel-abroad buttons in Settings\" into nyc-mr1-dev

am: 48c5660c

Change-Id: I34deb6dcf09b1a8ac12fd633926cb30343ddc95c
parents 4c1327df 48c5660c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2358,6 +2358,15 @@ message MetricsEvent {
    // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer OK
    ACTION_SUPPORT_DISCLAIMER_OK = 484;

    // ACTION: Settings -> Support -> Toll-Free Phone
    ACTION_SUPPORT_DAIL_TOLLFREE = 485;

    // ACTION: Settings -> Support -> "Travel Abroad" Button
    ACTION_SUPPORT_VIEW_TRAVEL_ABROAD_DIALOG = 486;

    // ACTION: Settings -> Support -> "Travel Abroad" Button -> Tolled Phone
    ACTION_SUPPORT_DIAL_TOLLED = 487;

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