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

Commit 5e3be0b9 authored by Jason Chiu's avatar Jason Chiu
Browse files

Leverage the enum ACTION_SETTINGS_TILE_CLICK from metrics_constants.proto

For querying this action as a settings event in Metrics DB

Bug: 137559984
Test: compilation
Change-Id: I0aa2c8242c68b2e4c3c5c2e5d826ec4e189a745d
parent ebdc43b9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -251,6 +251,9 @@ enum Action {
    // ACTION: Create a Settings shortcut item.
    ACTION_SETTINGS_CREATE_SHORTCUT = 829;

    // ACTION: A tile in Settings information architecture is clicked
    ACTION_SETTINGS_TILE_CLICK = 830;

    // ACTION: Settings advanced button is expanded
    ACTION_SETTINGS_ADVANCED_BUTTON_EXPAND = 834;