Re: [android-developers] ACTION_DIAL
# is a special character in URLs, so it would not surprise me if that
affects Uri values as well. You could try using hex notation:
Uri.parse("tel:%23")
and see if that works.
On Sun, Aug 19, 2012 at 7:41 AM, Sergey Mitugov <sergeymitugov@gmail.com> wrote:
> Uri number = Uri.parse("tel:#");
> Intent callIntent = new Intent(Intent.ACTION_DIAL, number);
> # is not transferred
> What it is possible to make?
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 4.0 Available!
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home