Is it possible to select multiple apps at the same time for sharing content using Android share functionality ?
Update
From the comments figured out that going about implementing custom chooser intent would one option. Found these two urls which explain about creating custom chooser.
Custom Intent Chooser example 1
Custom Intent Chooser example 2
Wondering if I can implement multiple select/checkbox in the custom chooser and what would the action be.