0

I'm thinking of creating an answering machine in android that automatically alerts the caller that he/she has reached the answering machine after an alloted time and then records the message. Is it possible in android?

Mat
  • 202,337
  • 40
  • 393
  • 406
kvmilo
  • 9
  • 2

1 Answers1

2

No. You do not have any way to play audio to the caller.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • Is there really no way to do that in android? What about just playing a beep sound or recording the audio from the caller? – kvmilo Jan 13 '10 at 01:16
  • 1
    Not only do you not have any way to play audio to the caller, but you have no way of answering the phone. – CommonsWare Jan 13 '10 at 01:54