Programmatically trigger share function

Product: Android SDK

Product Version: 9.2.3

Please give a brief summary of your issue:
Trying to trigger share without using menu item

Please describe your issue and provide steps to reproduce it:
I am trying to trigger the share function, so that I can share a filled PDF without using the drop down menu. This share will be triggered from another page, so we are loading the document, filling in the prefilled form, then trying to share.

Hi Jenny,

We have a function called createShareIntent in our Utils class. Once you have saved the changes to the document you can use this to create an intent with the file you would like to share.

Best Regards,
Eamon