As simple as the question. I'd like to know if there is a common intent to show the contacts app, so that the user could see the contacts list.
I've noticed there are intents for picking a contact, showing a contact, add and edit a contact, but all of those are for a single contact (all written here)...
I guess I could query one of those intents, and see which app handles it, and just launch it, but is there maybe a better way?