Hi, I want to find all apps implementing a specific intent. How can I do this, maybe with reflection, or is there already a sdk method?
When I know the list of intents, I would like to call the applications explicit. So I need to get all information about the intent to setup a explicit intent (in a dynamic way) And I would use the implicit intent as fall back, if the explicit call does not work. Goal: I want to have settings, where one can specify which intent one likes to get (all of the same type). Afterwards, when I want to start an activity of such a type, I would like to call the intent the user has defined. Even if the default type differs. Best Regards, Patrick -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

