android exporting to csv and sending as email attachment
问题 I have seen multiple threads in this site discussing about sending email with attachments in android. I tried every methods discussed here, here and here. I am creating a csv file via code and saving this file to android internal storage. Then I want to send this file as attachment in an email. Well, the email is being sent, I am getting it without attachment. This is what I have done. String columnString = \"\\\"Person\\\",\\\"Gender\\\",\\\"Street1\\\",\\\"PostOfice\\\",\\\"Age\\\"\";