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

Commit 3f5e8fb6 authored by Andrey Yepin's avatar Andrey Yepin
Browse files

Report interactive session in the SharesheetStarted atom.

Update reporting for the legayc implementation.

Bug: 404593897
Test: presubmits
Flag: EXEMPT logging
Change-Id: I9b0f2030ec29f4d84169d00596468c0f6619c8c9
parent 0f194a95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ public class ChooserActivityLoggerImpl implements ChooserActivityLogger {
                /* previewType = 8 */ typeFromPreviewInt(previewType),
                /* intentType = 9 */ typeFromIntentString(intent),
                /* num_provided_custom_actions = 10 */ 0,
                /* reselection_action_provided = 11 */ false);
                /* reselection_action_provided = 11 */ false,
                /* is_interactive_mode = 12 */ false);
    }

    @Override