Assume I’m dealing with a text editor application. I want to store created text files on a folder which will be in the phone or sdcard (from user choice). I just want to save files onto a folder on internal storage(phone). Am i able to create a folder on android internal storage from code and copy these files there? A folder which will not be private to my application or store under “/data/data/MyapplicationPackage/” and witch from the user could access(read)?
Any hint? Thanks.
Assume I’m dealing with a text editor application. I want to store created text
Share
To satisfy your requirement you can either:
ACTION_SENDyou can let them send the exported files by email, save to Dropbox, etc. practically for free.