I am developing an app which requires to send email to a person. Everything works fine except the attachment. And here is the piece of code for that
emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse( "file://"+Environment.getExternalStorageDirectory()+""+attach));
attach is the file i got by browsing in the phone.
But the attachment is not being sent Please Help.
Thanx
According to my blogpost found here: