thank you very much, Has helped

On Sunday, August 19, 2012 3:53:41 PM UTC+4, Mark Murphy (a Commons Guy) 
wrote:
>
> # 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 
> <[email protected]<javascript:>> 
> 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 
> > [email protected]<javascript:> 
> > To unsubscribe from this group, send email to 
> > [email protected] <javascript:> 
> > 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 [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

Reply via email to