Background: I have a voice messaging app that needs to send an email with the audio file attached when user records and presses send. I dont want to have the user see a mail client and press Send in it. He's already aware my app is going to send an email and has pressed a send button in the app. The audio file is in the app folder area, not on the sdcard.
Problem: Using ACTIONSEND and Intent.EXTRA_STREAM (a) requires the file to be on sdcard and (b) displays a mail client UI. I found a library called javamail_lbmod.jar but it is over 1MB large; I feel thats overkill for what I need. Anyone know of a small library or other solution for my issue. I could live with the sdcard requirement if I could just suppress the mail client UI. thanks Jay ps: I posted this message yesterday and it has completely disappeared from the list. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

