Hi:

In the following code I was trying to auto dial:

                Intent intent = new Intent( Intent.ACTION_CALL, Uri.parse("tel:"
+ "**76*1234567890*#"));
                activity.startActivity( intent );

the dial screen come up but the number it actually dialed is
"**76*1234567890*". Where is my trailing #?

Thanks for your help!

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en

Reply via email to