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

Commit ab08c4c7 authored by Sunny Shao's avatar Sunny Shao
Browse files

Define the proto for search avatar

.Define the ACTION_CLICK_ACCOUNT_AVATAR for metrics_constants.proto.
.Define the CLICK_ACCOUNT_AVATAR for settings_enums.proto.

Change-Id: I1ed2afb4715629682fd846a1ff1db99a1991cec5
Fixes: 123560980
Test: compilation
parent ee269f6e
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