Add custom action logging to Chooser.

They don't exist in the system chooser so default values are written.

Bug: 265504112
Test: presubmit
Change-Id: If4d1cd929aa90587fae0d34e298253b2cda3a790
This commit is contained in:
Matt Casey
2023-01-14 19:55:33 +00:00
parent aa972051b0
commit 733de7f3c9

View File

@@ -47,7 +47,9 @@ public class ChooserActivityLoggerImpl implements ChooserActivityLogger {
/* num_app_provided_app_targets = 6 */ appProvidedApp,
/* is_workprofile = 7 */ isWorkprofile,
/* previewType = 8 */ typeFromPreviewInt(previewType),
/* intentType = 9 */ typeFromIntentString(intent));
/* intentType = 9 */ typeFromIntentString(intent),
/* num_provided_custom_actions = 10 */ 0,
/* reselection_action_provided = 11 */ false);
}
@Override