« Previous | Next » 

Revision 4f065492

ID4f065492effc346180dd22c7edfa28f3054eb451
Parent fc4a96ac
Child a1a8c065

Added by mvdan almost 4 years ago

Unify the usage of cursors

Safer and less error-prone because:

  • Always checks for null
  • Checks for sizes
  • Inits App/Apk lists at known capacity
  • Properly closes all cursors

There are still one or two cursors that are not closed correctly and show
things like these:

W/CursorWrapperInner(19973): Cursor finalized without prior close()

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences