Friday, April 27, 2012

Android - How to programmatically answer a call


I know this has been asked before, but at this time the answer of the post is not true. http://stackoverflow.com/questions/2610587/how-to-programmatically-answer-a-call



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?


Source: Tips4all

1 comment:

  1. 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!

    ReplyDelete