android html 设置超链接

TextView text = new Text(this);

text.setText(Html.fromHtml(str);

text.setMovementMethod(LinkMovementMethod.getInstance());

原文地址:https://www.cnblogs.com/jiayonghua/p/2826410.html