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

Commit ce4edb92 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Add metrics constant for new settings activity" into nyc-dev

am: 8b3cb1b2

* commit '8b3cb1b2':
  Add metrics constant for new settings activity

Change-Id: I72e46018117f5fc27faa72cbc98c44ed8648e2f8
parents d1e06f3d 8b3cb1b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2200,6 +2200,9 @@ message MetricsEvent {
    // Settings -> Dev options -> Running services
    RUNNING_SERVICES = 404;

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

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