-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
if(config.getTargetDirectory() != null && config.getTargetDirectory().trim().length() > 0) {
this.db = this.createDbFileOnSDCard(config.getTargetDirectory(), config.getDbName());
} else {
this.db = (new FinalDb.SqliteDbHelper(config.getContext().getApplicationContext(), config.getDbName(), config.getDbVersion(), config.getDbUpdateListener())).getWritableDatabase();
}
Metadata
Metadata
Assignees
Labels
No labels