On Mon, Feb 6, 2012 at 11:15 AM, John-Marc Desmarais <[email protected]> wrote:
> I have an Override on onPause to save settings to a file > Why not just use SharedPreferences? > Can anyone provide insight into this problem? > When you check the file existing, you use the "raw" file name, not relative to your data directory. Of course, that does not exist, as the file is relative to your data directory. Your subsequent call to openFileInput would likely succeed. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

