[android-developers] files and updating

2009-12-03 Thread kabir
Hi, Quick question: what happens to files stored locally when you update your app through the market? e.g. files that have been created using for example 'this.openFileOutput(page.txt, MODE_WORLD_READABLE);'? Are they maintained or deleted by default? if deleted, how can i make the system keep

Re: [android-developers] files and updating

2009-12-03 Thread Mark Murphy
Quick question: what happens to files stored locally when you update your app through the market? e.g. files that have been created using for example 'this.openFileOutput(page.txt, MODE_WORLD_READABLE);'? Are they maintained or deleted by default? Maintained. They will be deleted if the