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?