I post it in StackOverFlow,but get no responce,sorry if I have
disturbed you.
below is the Question:


I build a website for phones like android and iphone,when users click
an url , is it possible for me to invoke some system build in
activities like Dialer or SMS)?

I want to implement this cause I hope when user click the link with
phone number,user can start to call directly.

************Edit*******************

I think it is possible cause in android when I click a url like this:

    <html>
    <body>
    <a href="market://search?
q=pname:com.joelapenna.foursquared">asdfasdfsdf</a>
    </body>
    </html>

it will open the market app and lead me to the app I search.

so I think if we format the url in some way ,maybe  it can also open
the Dialer app in Android.

ps.I know it must be another case when it comes to Iphone,but
currently,it is fine enough it works with Android,any one ,any idea ?

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