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

Commit 18dd17da authored by Fan Zhang's avatar Fan Zhang
Browse files

Match PREF_CHANGE event name and id to metrics_constants

And use 4 space tab per README guideline

Bug: 117860032
Test: rebuild
Change-Id: I0d1163784fa038b555112cd9c3d9b64532cef150
parent f4f09a49
Loading
Loading
Loading
Loading
+23 −21
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ enum Action {
    ACTION_UNKNOWN = 0;
    PAGE_VISIBLE = 1;
    PAGE_HIDE = 2;
    PREF_CHANGE = 3;

    // ACTION: Settings > Any preference is changed
    ACTION_SETTINGS_PREFERENCE_CHANGE = 853;
}

/**