Merge "Add custom action logging to Chooser." into tm-qpr-dev

This commit is contained in:
Matt Casey
2023-01-27 02:44:54 +00:00
committed by Android (Google) Code Review

View File

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