Skip to content

afinalDb如果将*.db放在SDcard目录中无法更新数据库 #104

@intozhou

Description

@intozhou
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions