Hello, I am getting an 'android.database.sqlite.DatabaseObjectNotClosedException'. I am using a ContentProvider that I wrote following the standard method to write such a provider which accesses a SQLite database. I do not 'close' the cursor or database object in the ContentProvider. Should I be closing these objects inside of the ContentProvider for example at the end of the query method? Or should I be closing these objects in the code that is using the ContentProvider?
Thanks, Prasanna -- 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

