【发布时间】:2016-11-21 04:18:36
【问题描述】:
您好,我知道如何在 xml 中的字符串中嵌入 html。
<string name="our_policy">Our app
<a href="www.google.com">Policy</a> and
<a href="www.google.com">Terms</a>
</string>
但是我必须在运行时添加更多内容。如何在运行时将 html 链接嵌入到字符串中并通过 Intent 发送到 gmail。任何帮助将不胜感激并提前致谢。
【问题讨论】: