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

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

Merge "Add logging constant to track settings entity header clicks" into oc-dr1-dev

parents 12a9c8ea 543587da
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
  }