Skip to content

Commit

Permalink
Update phone.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganxp committed Oct 11, 2019
1 parent 2fe79e0 commit ec19be9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/api/system/phone.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ uni.makePhoneCall({
```


注:如需发短信,App端参考:[http://www.html5plus.org/doc/zh_cn/messaging.html](http://www.html5plus.org/doc/zh_cn/messaging.html)
注:App端关于电话短信的扩展文档
- Android不弹出询问框直接拨打电话:[https://ask.dcloud.net.cn/question/4035](https://ask.dcloud.net.cn/question/4035)
- 发送短信:[http://www.html5plus.org/doc/zh_cn/messaging.html](http://www.html5plus.org/doc/zh_cn/messaging.html)
- Android读取短信验证码:[http://ask.dcloud.net.cn/article/676](http://ask.dcloud.net.cn/article/676)
- Android遍历读取短信:[https://ask.dcloud.net.cn/article/12934](https://ask.dcloud.net.cn/article/12934)
注意需要赋予相关权限。

0 comments on commit ec19be9

Please sign in to comment.