Change AppTargetId for launcher events to align with other AppTargetId's.
Bug: 202535375 Test: Manual Change-Id: I0c28f7f64935fdaf08edb7781e4e7378a068e8e6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user