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

Commit b66e5425 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add logging constants for setting build number preference.

Change-Id: I79ab6c89ec67e464167a96cf4350d8628bacbd91
Fix: 34774945
Test: Builds
parent 38a65f6c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3466,6 +3466,12 @@ message MetricsEvent {
    // OS: O
    ENCRYPTION_AND_CREDENTIAL = 846;

    // ACTION: Settings > About device > Build number
    ACTION_SETTINGS_BUILD_NUMBER_PREF = 847;

    // FIELD: Whether developer mode has already been enabled when clicking build number preference
    FIELD_SETTINGS_BUILD_NUMBER_DEVELOPER_MODE_ENABLED = 848;

    // ---- End O Constants, all O constants go above this line ----

    // Add new aosp constants above this line.