mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log tap on widget and appinfo system icons within ShortcutContainer.
Bug: 157765763 Change-Id: Id417728d27678cce073ff36d24b129c4435dcbe5
This commit is contained in:
@@ -94,7 +94,15 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
|
||||
@UiEvent(doc = "User cancelled uninstalling the package after dropping on "
|
||||
+ "the icon onto 'Uninstall' button in the target bar")
|
||||
LAUNCHER_ITEM_UNINSTALL_CANCELLED(470);
|
||||
LAUNCHER_ITEM_UNINSTALL_CANCELLED(470),
|
||||
|
||||
@UiEvent(doc = "User opened package specific widgets list by tapping on widgets system "
|
||||
+ "shortcut within longpress popup window.")
|
||||
LAUNCHER_SYSTEM_SHORTCUT_WIDGETS_TAP(514),
|
||||
|
||||
@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);
|
||||
// ADD MORE
|
||||
|
||||
private final int mId;
|
||||
|
||||
Reference in New Issue
Block a user