Merge "Add custom action logging to Chooser." into tm-qpr-dev am: 86e29ecd31
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20999887 Change-Id: If7242bc035f50204f62f354f05a1bc099b5e14d6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user