mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Add westworld logging when user reaches All Apps education view.
Bug: 158333305 Change-Id: I324979640ead3670f4edc57fd61eba2585d33628
This commit is contained in:
@@ -121,7 +121,10 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_SYSTEM_SHORTCUT_PAUSE_TAP(521),
|
||||
|
||||
@UiEvent(doc = "User tapped on pin system shortcut.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_PIN_TAP(522);
|
||||
LAUNCHER_SYSTEM_SHORTCUT_PIN_TAP(522),
|
||||
|
||||
@UiEvent(doc = "User is shown All Apps education view.")
|
||||
LAUNCHER_ALL_APPS_EDU_SHOWN(523);
|
||||
// ADD MORE
|
||||
|
||||
private final int mId;
|
||||
|
||||
Reference in New Issue
Block a user