Merge "Adding access to All Apps in the long press menu in Launcher" into main

This commit is contained in:
Sebastián Franco
2025-03-11 15:00:47 -07:00
committed by Android (Google) Code Review
4 changed files with 28 additions and 1 deletions
@@ -166,6 +166,9 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User tapped or long pressed on settings icon inside launcher settings.")
LAUNCHER_SETTINGS_BUTTON_TAP_OR_LONGPRESS(463),
@UiEvent(doc = "User tapped or long pressed on apps icon inside launcher settings.")
LAUNCHER_ALL_APPS_TAP_OR_LONGPRESS(2204),
@UiEvent(doc = "User tapped or long pressed on widget tray icon inside launcher settings.")
LAUNCHER_WIDGETSTRAY_BUTTON_TAP_OR_LONGPRESS(464),