android-concurrent-database
android-concurrent-database copied to clipboard
mDatabaseHelper.getReadableDatabase()
How can I modify to return Readable or Writable SQLiteDatabase object based on the request, rather return Writable SQLiteDatabase object all the time?