Is it now possible to write an answering machine app in android?

android

Solution

It is not possible with Google's API, however as far as I know you can achieve it with Reflection, and hacking, but there is no solution that would work on every device.

http://prasanta-paul.blogspot.hu/2010/09/call-control-in-android.html

It is oficially possible with custom ROM, you can expose the hidden "api" so you don't need to use reflection, but believe me, you don't want to dig into that:)

Problem

I know this is a duplicate question. But in all of them the answer is NO! But there is some Apps like Answering Machine or Sanity that already doing this. So my question is that is it now possible to: - Automatically answer to the incoming call - Play a prerecorded audio - Record a message with Google APIs. Needing to rooted ROMs is not a problem.

Original source