The same old intent ACTION_CALL problem...

http://groups.google.com/group/android-developers?hl=en- 
here's the place to chat!
вторник, 24 мая 2011 г. 23:30:15 UTC+4 пользователь Prakash написал:
>
> Hi, 
>
> I am trying to make a call with a long number that looks something 
> like this. 
>
> tel:883994555,,,32343#,,,# 
>
> with code that looks like this. 
>
>                         Intent intent = new Intent(Intent.ACTION_CALL); 
>                         Uri uri = Uri.parse(number); 
>                         intent.setData(uri); 
>                         startActivity(intent); 
>
> What I see is that, the phone does not dial after the first '#' sigh. 
> Any one knows how to make this to work. 
>
> Thanks.

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

Reply via email to