I’m doing simple voice recording application. In my application, after the voice recording the file will be send to someone through mail using Intent
I’ve fetch the file path properly and it’s also attached. But, the file size is 0 bytes when i receive the file to my mail. What am missing? And, also, my file size is didn’t shown when sending email?
I’ve done this by my own. Like –
Thanks for reply you all.