convertPhoneNumberToUrlSpan
Convert any phone number to a CharSequence with embedded UrlSpan to make phone numbers clickable.
This method handles formatting which are not supported by Linkify. Please note that you still need to set the movementMethod
on your TextView like this:
textView.movementMethod = LinkMovementMethod.getInstance()