Say I want to ask the Phone app to dial a number, or the Maps app to display a particular location, or the Navigator app to navigate to a particular place, etc....
Obviously I need to broadcast or send an intent. But what actions/categories/data URI's do I use? What will each app recognize and respond to? This seems like basic information that should be documented somewhere obvious. But so far I haven't been able to find it.
I did find the PackageManager class, which looks like it could tell me everything I might want to know. If I take the time to write a package browser app to query it. Which I quite ready to do, but something so insanely useful must have been written by somebody already. Why can't I find one? Am I looking in the wrong places?
Thanks