As far as I know it is not possible to capture all the supported intents. You have to know the specific action name, or the class name if you're sending intent locally. So I guess it is not possible to implement some kind of Intent sniffer on the device.
You may find some (not all) of the supported intent actions on the Intent class documentation: http://developer.android.com/intl/zh-CN/reference/android/content/Intent.html There are also some of the third party intent actions collected by the openintents project: http://www.openintents.org/en/intentstable -- Best regards, Pawel On Dec 22, 11:42 am, Manjunatha M <[email protected]> wrote: > Hi All, > > How do I LIST all the INTENTS supported by all the activities(all > applications as well) in the Phone. > > Regards, > Manjunatha -- 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

