I have the following TextView defined:
I noticed that using android:autoLink="web" thus
android:autoLink="web"
worked OK for URLs but since I had an e-mail address and phone number that I wanted to link as well, I ended up using this line android:autoLink="all" like this
android:autoLink="all"
and it worked like a charm.