I am getting following exception :
Ljava/lang/IllegalStateException;: Finalizing cursor
android.database.sqlite.sqlitecur...@433d8320 on usage_count that has
not been deactivated or closed
and when I am using
if (!cursor.isClosed()) {
cursor.deactivate();
cursor.close();
}
in finally block then it will start giving NullPointerException.
I will appreciate the help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---