2

In TextView I need to do reference numbers. Phone numbers in the format +xxx xx xxxxxxx only. For this I use the property android:autoLink="phone". But not all phone numbers are recognized correctly - some are broken down into two links, although all are in the same format.

Tell me, how do I can fix this?

Ritesh Gune
  • 16,629
  • 6
  • 44
  • 72

1 Answers1

0

try this-

  android:linksClickable="true"
  android:autoLink="phone"
yuva ツ
  • 3,707
  • 9
  • 50
  • 78