I just added some logging for debugging:
 File fileFile = context.getFileStreamPath(file);
 CommonLog.i("Opening file for output: " + fileFile.getAbsolutePath()
+ ", exists: " + fileFile.exists());

The output shows that the file exists:
Opening file for output: /data/data/de.jars.android.quicksearch/files/
searches, exists: true

So the file is there... Maybe it is a permission issue? Is my app not
allowed to access a file that it created in a previous version?? Would
not make sense to me, but I still do not know what is going on..

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to