Add LAUNCHER_APP_LAUNCH_PENDING_INTENT where an app is launched through

pending intent.

Bug: Bug: 282236269
Test: Manual
Flag: NA
Change-Id: I6fb15a77f32ce5914f9632f5fb77f340acd3cfda
Merged-In: I6fb15a77f32ce5914f9632f5fb77f340acd3cfda
This commit is contained in:
Anushree Ganjam
2023-05-23 20:15:45 +00:00
parent 57eaf86f8d
commit cfbbf8510c
2 changed files with 9 additions and 0 deletions
@@ -642,6 +642,9 @@ public class StatsLogManager implements ResourceBasedOverride {
@UiEvent(doc = "User has swiped upwards from the gesture handle to show transient taskbar.")
LAUNCHER_TRANSIENT_TASKBAR_SHOW(1331),
@UiEvent(doc = "App launched through pending intent")
LAUNCHER_APP_LAUNCH_PENDING_INTENT(1394),
;
// ADD MORE