It would be convenient to be able to get an Intent from an Email/SocialShare, in addition to being able to start the Intent. For example: ``` java Intent shareIntent = Shelly.share(context) .text("shareText") .intent() ```
It would be convenient to be able to get an Intent from an Email/SocialShare, in addition to being able to start the Intent.
For example: