usingSQLiteDatabase.openOrCreateDatabase(String,SQLiteDatabase.CursorFactory)
? You can simply pass"/sdcard/info.db"
as the first andnull
as the second parameter.
usingSQLiteDatabase.openOrCreateDatabase(String,SQLiteDatabase.CursorFactory)
? You can simply pass"/sdcard/info.db"
as the first andnull
as the second parameter.