gpt4 book ai didi

android - 如何使用 Android Intent 发送 HTML 邮件

转载 作者:行者123 更新时间:2023-11-29 01:13:36 25 4
gpt4 key购买 nike

final Intent shareIntent= new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:"));
shareIntent.putExtra(Intent.EXTRA_SUBJECT, "The Subject");
shareIntent.putExtra(
Intent.EXTRA_TEXT,
Html.fromHtml(new StringBuilder()
.append("<p><b>Some Content</b></p>")
.append("<small><p>More content</p></small>")
.toString())
);

我什至从一个已解决的问题 (How to send HTML email) 中粘贴了这段代码。在我的情况下仍然不起作用。

最佳答案

它看起来像是 GMail 应用程序中的回归。它之前工作正常,现在它不再工作了。它可能是一个错误,或者出于安全原因可能已被故意禁用......不管怎样,我不认为你能自己解决这个问题

关于android - 如何使用 Android Intent 发送 HTML 邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41340015/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com