mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Add logging for tapped on 'Turn on/off work apps' button in all apps
Bug: 190050582 Test: Manual Change-Id: Ib83fba6dc9199ba40a500e0743c0e64cc4d4d0a0
This commit is contained in:
@@ -479,7 +479,13 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_THEMED_ICON_ENABLED(836),
|
||||
|
||||
@UiEvent(doc = "User disabled themed icons option in wallpaper & style settings.")
|
||||
LAUNCHER_THEMED_ICON_DISABLED(837)
|
||||
LAUNCHER_THEMED_ICON_DISABLED(837),
|
||||
|
||||
@UiEvent(doc = "User tapped on 'Turn on work apps' button in all apps window.")
|
||||
LAUNCHER_TURN_ON_WORK_APPS_TAP(838),
|
||||
|
||||
@UiEvent(doc = "User tapped on 'Turn off work apps' button in all apps window.")
|
||||
LAUNCHER_TURN_OFF_WORK_APPS_TAP(839)
|
||||
;
|
||||
|
||||
// ADD MORE
|
||||
|
||||
Reference in New Issue
Block a user