无法在Android应用中从网页发出呼叫

时间:2012-03-05 20:17:05

标签: android permissions

我有一个应用程序,可以将用户指向包含电话号码的网页。但是当我尝试从电话号码拨打电话时,我收到了一条错误消息。

对于Android清单,我尝试同时使用

请求电话权限
<uses-permission android:name="android.permission.CALL_PHONE" /> 

<uses-feature android:name="android.hardware.telephony" android:required="false"></uses-feature>

都没有工作。

我收到的错误消息是The web page at tel:(the phone number) might be temporarily down or it may have moved permanently to a new web address

那我在这里错过了什么?

1 个答案:

答案 0 :(得分:0)

确保电话号码的 html 链接符合以下内容:

<a href="tel:+18001234567">Call us now!</a>