How to list Activities which match an intent?
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-04-17T20:19:07Z
Indexed on
2010/04/17
20:23 UTC
Read the original article
Hit count: 278
I have a few separate applications which are all launched purely through a main application.
I am wondering if I'd be able to use intents to retrieve a list of all the sub-applications which match some discovery intent.
The main application currently needs to know what Intents to use to START these sub-applications, but is there a way to use intents to see if other Activities on the device match a set of intent-filters?
© Stack Overflow or respective owner