Merge "Introduce shortcut container for hotseat event reporting" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-10-13 01:57:47 +00:00 committed by Android (Google) Code Review
commit 057f2d0d7d
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ public class AppEventProducer implements StatsLogConsumer {
case PREDICTION_CONTAINER: {
return "predictions";
}
case SHORTCUTS_CONTAINER: {
return "shortcuts";
}
case FOLDER: {
FolderContainer fc = ci.getFolder();
switch (fc.getParentContainerCase()) {