Change AppTargetId for launcher events to align with other AppTargetId's.

Bug: 202535375
Test: Manual
Change-Id: I0c28f7f64935fdaf08edb7781e4e7378a068e8e6
This commit is contained in:
bquezada
2021-10-28 17:52:02 +00:00
parent 29c3f23be5
commit e12b321d5f
@@ -171,7 +171,7 @@ public class AppEventProducer implements StatsLogConsumer {
sendEvent(atomInfo, ACTION_PIN, CONTAINER_HOTSEAT_PREDICTION);
}
} else if (event == LAUNCHER_ONRESUME) {
AppTarget target = new AppTarget.Builder(new AppTargetId("id:launcher"),
AppTarget target = new AppTarget.Builder(new AppTargetId("launcher:launcher"),
mContext.getPackageName(), Process.myUserHandle())
.build();
sendEvent(target, atomInfo, ACTION_LAUNCH, CONTAINER_PREDICTION);