Skip to content
  • Ricki Hirner's avatar
    Require SDK level 16 · b9bc6816
    Ricki Hirner authored
    In Android < 4.1 (< level 16), android.database.Cursor doesn't implement Closeable,
    although it provides close(). Since we now use the Kotlin .use() idiom (which requires
    a Closeable) instead of calling close() manually or via Lombok, we need Closeable
    Cursors and it's not worth to work around this because Android 4.0.4 is now very old.
    b9bc6816