Matt (preinvent) wrote:
> I now believe that the SharedPrefs issue was a red herring.  Since I
> set all my app preferences to use persistent storage (I didn't realise
> this was NOT the default) I only experience problems with the DB.

AFAIK, SharedPreferences always use "persistent storage". You just have
to call commit() on your SharedPreferences.Editor object.

> I can try.. problem is that Android deletes the DB file as soon as
> that error occurs so I don't know how to get the malformed DB.

Well, that's even odder.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android 2.0 Programming Books: http://commonsware.com/books

-- 
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to