mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log tap on dot-notifications on both app icon and deep shortcuts.
Bug: 157765763 Sample Log: https://paste.googleplex.com/6354213825150976 Screencast: http://go/recall/-/fuZYA4w9pUEvRlF811dY61/ecVIR0vyJ2thQwLbUL64Ar Change-Id: I6e1ed381d551044a1ad94b72b3f431223a888a72
This commit is contained in:
@@ -43,6 +43,9 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
@UiEvent(doc = "Task launched from overview using TAP")
|
||||
LAUNCHER_TASK_LAUNCH_TAP(339),
|
||||
|
||||
@UiEvent(doc = "User tapped on notification inside popup context menu.")
|
||||
LAUNCHER_NOTIFICATION_LAUNCH_TAP(516),
|
||||
|
||||
@UiEvent(doc = "Task launched from overview using SWIPE DOWN")
|
||||
LAUNCHER_TASK_LAUNCH_SWIPE_DOWN(340),
|
||||
|
||||
@@ -101,7 +104,7 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_TASK_ICON_TAP_OR_LONGPRESS(517),
|
||||
|
||||
@UiEvent(doc = "User opened package specific widgets list by tapping on widgets system "
|
||||
+ "shortcut within longpress popup window.")
|
||||
+ "shortcut inside popup context menu.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_WIDGETS_TAP(514),
|
||||
|
||||
@UiEvent(doc = "User tapped on app info system shortcut.")
|
||||
|
||||
Reference in New Issue
Block a user