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

Commit 543587da authored by Fan Zhang's avatar Fan Zhang
Browse files

Add logging constant to track settings entity header clicks

Bug: 62709062
Test: builds
Change-Id: I5f2785d9bf1561ed7d2684ded1fcba354be54ccf
parent e07567cc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -4104,6 +4104,16 @@ message MetricsEvent {
    // OS: O DR
    DIALOG_BLUETOOTH_PAIRED_DEVICE_RENAME = 1015;

    // ACTION: Settings > Notification Settings > Open application notification
    // CATEGORY: SETTINGS
    // OS: O DR
    ACTION_OPEN_APP_NOTIFICATION_SETTING = 1016;

    // ACTION: Settings > App Info > Open app settings
    // CATEGORY: SETTINGS
    // OS: O DR
    ACTION_OPEN_APP_SETTING = 1017;

    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS
  }