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 应用程序中发送电子邮件?我希望该用户设置一次默认电子邮件客户端,并且该应用程序只使用此电子邮件客户端,直到用户更改您的设置!
这个想法是在我的应用程序中按下按钮发送,味精将在没有选择器的情况下发送它
tks
如果您在发送电子邮件时不使用,用户可以自行执行此操作,无需您参与。createChooser()他们将能够指定一个默认的电子邮件客户端以用于将来类似类型的请求(例如,在 Android 4.0+ 上单击“始终”而不是“仅一次”)。
createChooser()
createChooser()专门用于默认选择可能不正确的情况。这通常ACTION_SENDTO比ACTION_SEND你看到createChooser()使用更多的问题更少。
ACTION_SENDTO
ACTION_SEND