How to attach two or more files to SEND action on Android

后端 未结 1 1114
灰色年华
灰色年华 2020-12-19 15:32

I would send two or more files using ACTION_SEND on Android as an excerpt below:

Intent(android.content.Intent.ACTION_SEND); emailIntent.setType(\"p

相关标签:
1条回答
  • 2020-12-19 15:57

    I believe it's impossible using GMail.

    If you want to programmaticly send email manually (skipping the GMail client), then you could attach as many items as you want, using android-javamailer:

    http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android

    0 讨论(0)
提交回复
热议问题