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?
best path would be /data/data/your packagename/files/somefile.txt
This location is private to particular app.