[android-developers] Re: Is it possible to print available Intents installed on phone?

2011-05-19 Thread MarcoAndroid
Not programmatically but you can look here for published intents for apps: http://www.openintents.org/en/intentstable Maybe the app you refer to is in the list. Else, you could maybe ask the app builder to add their Intents to that site? On 19 mei, 01:56, Eric e...@alum.mit.edu wrote: I

[android-developers] Re: Is it possible to print available Intents installed on phone?

2011-05-18 Thread Eric
Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: Is it possible to print available Intents installed on phone?

2011-05-18 Thread Dianne Hackborn
Note there is not really a concept of published intents. An app describes intent filters, which match intents. An intent filter is not an intent -- it is a rule for matching intents. It generally matches an arbitrary number of intents, and may be used to specify multiple flavors of an intent