Intent URI/action pairs
From Android Wiki
A good place to look for intents and actions is the Android documentation on intents.
If you want to look for intent URIs, actions, and extras defined in third party applications, visit the OpenIntents registry. There is also a collection of applications that either provide public intents or use intents of other applications.

