I have a phone number in a text view (thats the only thing I have there). I am using :
Linkify.addLinks(textView, Linkify.ALL);
However, the phone number is not being recognized by linkify. The number is of the format:
(123) 456-7890. I have also tried 1234567890 and 123.456.7890. Nothing works. Any help ?
thanks.
In your XML file of your Text View add an attribute
android:phoneNumber="true"Try this in the Click of the Text View :
Automatically the Text will have the property of Phone number.