在Gmail中附加多个文件无法发送 - ACTION_SEND_MULTIPLE

时间:2018-02-14 11:38:12

标签: android android-intent android-activity parcelable

我需要在邮件中附加多个文件。根据用户输入计数增加。最小附件数为2.当我尝试附加2个文件并使用.feature-items { background: #CCC; box-sizing: border-box; width: 100%; padding: 0px; } .feature-item--wrapper { background: #efefef; display: inline-block; flex-direction: row; box-sizing: border-box; width: auto;/* changed */ flex-wrap: wrap; align-items: center; justify-content: center; } .img-wrapper { box-sizing: border-box; width: 88px; padding-right: 24px; display: inline-block;/* added*/ } .img-wrapper,img {width: 64px;height: 64px;} .text { box-sizing: border-box; padding-top: 24px; padding-bottom: 24px; flex: 1 1 auto; display: inline-block;/* added*/ } 发送时,它会完美地发送和接收,而不会出现任何问题。如果我附加更多或相等的4个文件,它会在发送前显示在附件中。但未能收到。此外,如果我查看已发送的项目,则缺少附件。

new Intent(Intent.ACTION_SEND_MULTIPLE)

附件尺寸很小。通常它是.csv文件。

0 个答案:

没有答案