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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user