Hi
I am sending email from my application. I need to send an attachment
along with email. The attachment files are audio files and are stored
as application assets (assets folder).
To send an attachment along with the email. I need to provide uri for
the asset file. I tried this
Uri.parse("file:///android_asset/" + fileName);
but the file did not get attached to the email.
Can any one tell me how to obtain the uri for the files stored in
application assets folder.
Please help.
Regards,
Prashant
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---