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

Commit a1f697f5 authored by Jason Monk's avatar Jason Monk
Browse files

Add metrics constant for new settings activity

Bug: 28554048
Change-Id: I3e2008890779867ecbc5fe485f33d52d75f0b324
parent 25118d1a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2200,6 +2200,9 @@ message MetricsEvent {
    // Settings -> Dev options -> Running services
    // Settings -> Dev options -> Running services
    RUNNING_SERVICES = 404;
    RUNNING_SERVICES = 404;


    // The dialog shown by 3P intent to change current webview implementation.
    WEBVIEW_IMPLEMENTATION = 405;

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