SO search around stackoverflow I found a List of Intents: Call Google apps on Android devices that says how to use intents to dial a phone, look at a map or look at the street.
He does NOT tell me how to use intentions to access contact lists, calendar items, email, text messages, media players, cameras, Bluetooth or any other applications that exist on almost every Android phone.
He does NOT JUST tell me how to handle applications such as ES File Explorer, Dropbox, facebook, google voice or any other useful applications that many of us download for free and can LOVE automatically use from the applications we write.
If any authority knows how to find the “API” of intentions for accessing these various things from applications, it would be so cool that you could browse through these lists.
PS I understand that I can START any of these applications with the intention, I know how to do it. But in order to automatically upload something to the dropbox, rather than bring up the Dropbox input screen, so that I can manually try to guess what my application wants to download and then load it manually, obviously automatic is better or we won’t program the phones.
source share