Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Android 混合应用程序,其中一个链接用于发送电子邮件:
<a href="mailto:shrikantjadhav86@gmail.com" >some text</a>
谁能告诉设置打开电子邮件客户端需要哪个权限?
当我在浏览器中打开网页时,这同样适用。
我了解此链接位于WebView.
WebView
如果我是真的,你不需要任何许可。Android 将自动在默认应用程序中打开该链接。
android 将自动打开您设备中安装的电子邮件客户端
mailto不需要添加任何权限,
只需添加<allow-intent href="mailto:*" />您的config.xml.
<allow-intent href="mailto:*" />
config.xml