saru wrote:
> Thanks Murphy for ur reply.
> 
> I explored ToneGenerator class. Where i m seeing one function
>  startTone(int toneType)
> This method starts the playback of a tone of the specified type.
> 
> But i need a function like sendDtmf().
> 
> Please can you help again???

If you are looking to play DTMF tones over the speaker or headset, use
startTone().

If you are looking to play DTMF tones over the telephony connection
(e.g., to control a voicemail menu), that is not possible in Android.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to