I Want to send DTMF Tones programmatically in my app. While searching i found a method
public void playDtmfTone (char digit)
Is this a new update by google in android to send DTMF or still we have to wait.
http://developer.android.com/reference/android/telecom/Call.html#playDtmfTone(char)
There are the so called audio streams, and so there must be a way of playing tones over the
AudioManager.STREAM_VOICE_CALL
orAudioManager.STREAM_DTMF
ones. Actually Skype does this.But what you can't do for sure is to play tones over a call made from other app.