ok read about this http://stackoverflow.com/questions/6058245/email-attachment-not-successful-in-android
is it still an issue ? if i dont have an sdcard what should i do ? even my file is also world_readable is there a temp folder which can be used to send attachment ? or may be read the file and send mail in the background not using native mail app ! On Wednesday, June 13, 2012 11:11:17 PM UTC+5:30, Jags wrote: > > i am creating some files in my /data/data/com.mypackage.org/files/ using > openFileForOutput method. I am able to read that file using 3rd party > activity from my app, now when i send this file as attachment i see the > attachment being attached in the mail and sent, but when the email reaches, > there is no attachment ! interestingly, it does not happen in simulator, it > only hapens in the device, in simulator i get the file pretty perfectly. > > what could be the problem ? > > regds > > -- 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

