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