I'm trying to implement an adjustable share in android. An Example of use:
- The user choose to share via Email - i will generate an Html to be the body of the mail.
- The user choose to share via WhatsApp or Facebook - i will generate a link.
I thought i will find a callback for the Intent.createChooser, how ever i found a callback only for the post action.
Is there a way to achieve what i m looking for, or is there any intelligent way to be able allowing multiple share methods?