[android-developers] Re: Intent extras modified

2012-02-17 Thread Ganesh Kumar R.
Hi Rimma., Am in need to implementing some functionality while receiving call from my application. I raised my quaetion here but no response yet: http://stackoverflow.com/questions/9289563/how-to-send-my-additional-intent-data-to-dialer-phone-application-and-receive Intent intent = new Intent(

[android-developers] Re: Intent extras modified

2008-11-27 Thread legerb
Thanks Mark :) this is what i was missing. On Nov 27, 2:18 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > legerb wrote: > > I'm generating outgoing call using this: > > Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel: > > 123456;1##")); > > 123456 - is the phone number i want to d

[android-developers] Re: Intent extras modified

2008-11-27 Thread Mark Murphy
legerb wrote: > I'm generating outgoing call using this: > Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel: > 123456;1##")); > 123456 - is the phone number i want to dial > 1## - post dial DTMF sequence i'm trying to send. > The problem is that somehow the chars next to '#' (