I have a text view with text\" This is a product developed by XYZ. For more queries, mail us at info@abc.com. And I have linkified \"info@abc.com\". But the problem is, when
Method using Linkify Class:
Linkify
myTextView.setAutoLinkMask(Linkify.EMAIL_ADDRESSES); myTextView.setLinksClickable(true);