我有一个带有HTML文本的TextView,其中包含两个超链接:
<string name="agreement"><![CDATA[By signing up I agree to <a href="file:///android_asset/terms.html">Terms of Use</a>, Payment terms and <a href="http://www.google.com">Legal Policy</a>]]></string>
这两个链接都是可点击的,但第一个链接无法被我的Nexus 5上的任何查看者打开。某个应用程序出现一秒钟,然后它关闭并且祝酒词说“无法显示PDF(terms.html不能开)“
如何在浏览器中打开本地超链接打开HTML文件?