I\'m building an Android app with Adobe AIR that lets user import and export .txt files. What is the best folder to use as a default path to save the .txt files to?
You have two options
- Save it in External phone storage like SD Card. This however will be visible to all users and applications as well. Users can delete it without you knowing about.
Next option is
- Save it in internal phone storage, here no users and applications can access these files(unless if phone is rooted). But these files will be deleted one's the user selectes clear data from Settings -> Apps -> .
You will need to decide which options wieghs better and accordingly select an appropriate location to save them