public void enableAutoLink() { textView.setAutoLinkMask(Linkify.ALL); }
public void setHtmlText(String text) { textView.setHtmlText(text); }