I have the following TextView defined:
Richard, next time, you should add this code under TextView at the layout XML instead.
android:autoLink="all"
This should be like this.
You don't need to use this code (t2.setMovementMethod(LinkMovementMethod.getInstance());
) in order to make the link clickable.
Also, here's the truth: as long as you set the autoLink and the linksClickable, don't forget to add this at String.xml file so that the clickable link will work.
Google