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

Commit e564409c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Match PREF_CHANGE event name and id to metrics_constants"

parents 9aab89bd 18dd17da
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;
}

/**