Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2714c86c authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Add custom action logging to Chooser." into tm-qpr-dev am: 86e29ecd

parents 0927aca4 86e29ecd
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -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