I'm able to send DTMF tones across a phone call executing the code
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:" + telNumber + "," +
otherNumbers));
startActivity(callIntent);
Testing the code on a real device I don't hear the tones after the
call connection.
How can I obtain this?
Thank you
--
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