What steps will reproduce the problem?
1. Press return to minimize application.
2. Wait for a while.
What is the expected output? What do you see instead?
This is from logcat:
01-08 15:28:51.005: E/Database(3596): close() was never explicitly called on
database '/data/data/samples.employeedirectory/databases/employee_directory'
01-08 15:28:51.005: E/Database(3596):
android.database.sqlite.DatabaseObjectNotClosedException: Application did not
close the cursor or database object that was opened here
Solution at:
http://stackoverflow.com/questions/3068320/finalizing-a-cursor-that-has-not-been
-deactivated-or-closed-non-fatal-error
Original issue reported on code.google.com by A.Kaf...@gmail.com on 8 Jan 2012 at 1:33