<div dir="ltr"><div>Since it sends an email request to a mail app, which could be anything, maybe the mail app rejected them. I think I tested both (Android 2.2) "Mail" and "Gmail" mail clients.<br></div>Looking back at it, it seems like there's a number of things that could go wrong with the attachments. Maybe the mail client only supports a single attachment; multiple attachments have to be attached in a completely different way, and doing so is rare so might be badly supported. I think I remember reading about a bug even in the default Android mail app.  I tried to use a method that should allow another app to read our private files, but something might go wrong (for example, if the mail client grabs the path to the file out of the URI we give it, it wouldn't be able to read the file, it must use the Uri objects we give it, which have a special permission flag set. Also, the location of the files and even where the app is installed might matter:<br>        // FileProvider will fail if a file is not in the files, cache, or external storage folder,<br>        // as defined in res/xml/fileprovider_paths.xml<br><br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 15 May 2017 at 06:40, James Paige <span dir="ltr"><<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I got me first e-mail from the "send mail" feature on Android, but it had zero attachments. I don't know if that means they deleted them manually before sending, or if some Android devices don't support attachments on mailto:<br><br>---------- Forwarded message ----------<br>From: <b>Malachi Hoy</b> <<a href="mailto:maleakhoy1113@gmail.com" target="_blank">maleakhoy1113@gmail.com</a>><br>Date: Sunday, May 14, 2017<br>Subject: OHRRPGCE input test feedback<br>To: "Bob@HamsterRepublic.com" <<a href="mailto:Bob@hamsterrepublic.com" target="_blank">Bob@hamsterrepublic.com</a>><br><br><br>This e-mail contains debugging logs for the OHRRPGCE input testing App. It does not contain personal data of any kind. You can add your comments to this e-mail b<br>
efore sending.<br>
<br>______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
<br></blockquote></div><br></div></div></div></div>