Skip to main content
added 8 characters in body
Source Link
Piyush
  • 18.9k
  • 5
  • 35
  • 64

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>).

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>).

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>).

Source Link
elevenfive
  • 178
  • 1
  • 4

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>).