I have a single TextView to display a large paragraph of text. This text may contain URLs, phone numbers, email addresses and other digits.
I have to apply hyperlink only for URLs, phone numbers and email addresses. So used Linkify.PHONE_NUMBERS | Linkify.EMAIL_ADDRESSES | Linkify.WEB_URLS
But in android 8 (Oreo) year (eg : 2018) as hyper link. Is there any way to limit minimum number of digits to show as link? (There is no specified format for phone number in our application). Is there any way to set URLs, phone numbers and email addresses as links?