Here is my scenario,
There is a callback number and called that number. After a few seconds
later provider callback to my phone and I accepted the call.
At that time I need to choose the language and the enter PIN no.
My question is that it is possible to send the language code and pin no
at BroadcastReceiver to caller (provider).
Actually, it is conference call dial-er. I can call directly using sent DTMF
data. I can actually send DTMF tones by invoking for outgoing call.
Intent i = new Intent("android.intent.action.CALL",Uri.parse("tel://" +
number));
But some user they want to use with callback number. I have no idea how to send
my PIN code for incoming.
--
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