开发者

Link Phone Number in App to Dialer (Android)

开发者 https://www.devze.com 2023-03-21 01:04 出处:网络
How do you link a phone number to the the dialer on an Androi开发者_开发知识库d App? I have tried the

How do you link a phone number to the the dialer on an Androi开发者_开发知识库d App?

I have tried the

android:phoneNumber="true"

in the xml for the textView, but that did not work.

I want it so that the person touches the number and their phone's dialer opens up and they can push call and call the company I am developing this app for


add android:autoLink="phone" in xml


You could also use the Linkify class:

Linkify

0

精彩评论

暂无评论...
验证码 换一张
取 消