Re: [android-developers] New program to answer an incoming call

2011-07-14 Thread Sami Pardhan
That functionality is not supported. You could try using reflection and access the internal API but Google recommends you don't do it. On Mon, Jul 11, 2011 at 9:24 PM, yoav bbb yoav...@gmail.com wrote: Hello, I want to try and write a new program that will be used to answer an incoming call,

[android-developers] New program to answer an incoming call

2011-07-13 Thread yoav bbb
Hello, I want to try and write a new program that will be used to answer an incoming call, instead of the supported by the phone. Is it possible? Do I have to use PhoneStateListener class? I saw there is a method onCallStateChanged with state as input parameter - CALL_RINGING. If I use it, how do