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

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

Add constants for settings pages

am: 25118d1a

* commit '25118d1a':
  Add constants for settings pages

Change-Id: I189f7640ff94f19ae6de824b6d01dea9fb546231
parents 564318a7 25118d1a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2191,6 +2191,15 @@ message MetricsEvent {
    // CATEGORY: SETTINGS
    ACCOUNTS_WORK_PROFILE_SETTINGS = 401;

    // Settings -> Dev options -> Convert to file encryption
    CONVERT_FBE = 402;

    // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
    CONVERT_FBE_CONFIRM = 403;

    // Settings -> Dev options -> Running services
    RUNNING_SERVICES = 404;

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