How to programmatically answer a call

Gonzalo Perr picture Gonzalo Perr · May 4, 2010 · Viewed 33.3k times · Source

I know this has been asked before, but at this time the answer of the post is not true. Vringo and other apps does answer the phone by pressing a button on their app, so there must be a way to do it.

Anyone has a suggestion?

Answer

Dobromir picture Dobromir · May 19, 2010

Check out this source:

http://code.google.com/p/auto-answer/source/browse/trunk/src/com/everysoft/autoanswer/AutoAnswerIntentService.java

They send a Bluetooth "keydown" event to answer the call!