Android, delete files in my data directory?
问题 My application stores some files that are required for it to run in the data directory of the app /data/data/com.example.myapp/files/filehere.file When my application is updated from the market, it is important that I clear the files in the data directory, and update them to the latest ones from the new package that has just been downloaded. My question is, how do I programatically delete the files in the directory in question? Alternatively, is there an alternative directory that I can store