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

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

Merge "Define the proto for search avatar"

parents 6f6ab378 ab08c4c7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -595,6 +595,11 @@ enum Action {

    // ACTION: Tap & Pay -> Default Application Setting -> Use Default
    ACTION_NFC_PAYMENT_ALWAYS_SETTING = 1623;

    // ACTION: Settings > Search Bar > Avatar
    // CATEGORY: SETTINGS
    // OS: Q
    CLICK_ACCOUNT_AVATAR = 1643;
}

/**
+5 −0
Original line number Diff line number Diff line
@@ -6915,6 +6915,11 @@ message MetricsEvent {
    // OS: Q
    MOBILE_NETWORK_RENAME_DIALOG = 1642;

    // ACTION: Settings > Search Bar > Avatar
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_CLICK_ACCOUNT_AVATAR = 1643;

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