mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Logs tap or longpress on task icon.
Sample Log: https://docs.google.com/document/d/1FXi_jY1B63aMSjNyomAmoN1nSTtVbvculNGX7TKdRRw/edit#bookmark=id.psxq3ooyppff Bug: 157770913 Change-Id: I021b07fa8b3953a0f9a5e5ad9e4ee1c55d98d836
This commit is contained in:
@@ -102,7 +102,11 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
|
||||
@UiEvent(doc = "User opened app info of the package by tapping on appinfo system shortcut "
|
||||
+ "within longpress popup window.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_APP_INFO_TAP(515);
|
||||
LAUNCHER_SYSTEM_SHORTCUT_APP_INFO_TAP(515),
|
||||
|
||||
@UiEvent(doc = "User tapped or long pressed on the task icon(aka package icon) "
|
||||
+ "from overview to open task menu.")
|
||||
LAUNCHER_TASK_ICON_TAP_OR_LONGPRESS(517);
|
||||
// ADD MORE
|
||||
|
||||
private final int mId;
|
||||
|
||||
Reference in New Issue
Block a user