Android Question List only certain apps in the Share intent popup?

Inman

Well-Known Member
Licensed User
Longtime User
I know I can share using the system's builtin share intent but that intent will list all the apps that support that particular type. For example if I set the intent type as text/plain, most apps like Facebook, Twitter, Whatsapp etc will be listed.

But what if I want to exclude Facebook alone, while listing other apps in the list. Is this possible?
 

Inman

Well-Known Member
Licensed User
Longtime User
Thank you. I saw it just now. So I can get this list of apps that will handle a particular type of intent.

Now how can I create an IntentChooser popup based on this customized list?
 
Upvote 0

Inman

Well-Known Member
Licensed User
Longtime User
That is true. But I would like to display it exactly like the Share popup, but with a filtered list of apps I choose.
 
Upvote 0
Top