Closed u2ill closed 10 years ago
Has ANYONE successfully gotten file attachments on Android working? If so, how are you doing it? What does your code look like? I'm running into the following error, which it seems katzer is saying it's a bug with Android code and closed the issue on here about it:
07-27 07:38:27.734: W/Bundle(20718): Key android.intent.extra.TEXT expected ArrayList
I'm unable to attach an audio file to an email in Android. Using the Android "Mail" client, the client says the attachment is corrupted. I know that it is not corrupted because I can play it back fine. I've tried the following paths, but both result in the same message:
file:///data/data/com.willswebworks.recovery/files/journal/journalEntry-1.amr /data/data/com.willswebworks.recovery/files/journal/journalEntry-1.amr
Any ideas?