I'm tinkering with an address book concept app, and am looking for ways to make it "Google Voice" compatible, by which I mean- When GV is installed on an android, it takes over the native address book & SMS functionality so that outgoing calls and texts are from the user's GV number, not their regular number. Makes perfect sense.
What I'm looking for is a way to, either by switching a static value somewhere in the API or calling out to the GV App's intents, set it up so that when someone hits the "call" or "text" icon in my app, the outgoing process shows the user's GV number just like the GV app does.
Is there any way to accomplish this?
Much appreciated.

