Have you tried setting the MovementMethod on the TextView that contains the span? You need to do that to make the clicking work…
tv.setMovementMethod(LinkMovementMethod.getInstance());
Have you tried setting the MovementMethod on the TextView that contains the span? You need to do that to make the clicking work…
tv.setMovementMethod(LinkMovementMethod.getInstance());