Be sure to not use setAutoLinkMask(Linkify.ALL)setAutoLinkMask(Linkify.ALL) when using setMovementMethod(LinkMovementMethod.getInstance())setMovementMethod(LinkMovementMethod.getInstance()) and Html.fromHTML()Html.fromHTML() on properly formatted HTMLHTML links (for example, <a href="http://www.google.com/">Google</a>).