my VoiP-client would like to block all incoming calls to the phone while my own call is taking place. Is it possible to do this somehow?
+1
A:
Not with the current SDK no, You can monitor incoming calls and give the user the option to answer with your application instead of the native app
Donal Rafferty
2010-02-25 15:53:51
How is the user offered to choose app to answer with, trough an intentchooser? Thanks for you help.
sandis
2010-02-26 12:49:43
Yep you can register to listen for that intent and start your application on that intent
Donal Rafferty
2010-02-26 13:50:11