我想在 Android 应用程序的字符串资源项中添加一个链接。
我看到可以插入这样的链接
<string name="my_link"><a href="http://somesite.com/">Click me!</a></string>
但我不想启动一个网站,而是想发送一个 Intent 将用户带到他的手机设置。
可以有这样的链接吗?
慕勒3428872
aluckdog
相关分类