mirror of
https://gitee.com/shuto/cordova-plugin-dbcopy.git
synced 2026-04-13 00:00:13 +08:00
Change DB initial location to www folder
This commit is contained in:
@@ -63,8 +63,7 @@ public class sqlDB extends CordovaPlugin {
|
||||
.getActivity().getApplicationContext());
|
||||
dbpath = this.cordova.getActivity().getDatabasePath(dbname);
|
||||
Boolean dbexists = dbpath.exists();
|
||||
Log.d("CordovaLog", "DatabasePath = " + dbpath + "&&&& dbname = "
|
||||
+ dbname + "&&&&DB Exists =" + dbexists);
|
||||
//Log.d("CordovaLog", "DatabasePath = " + dbpath + "&&&& dbname = " + dbname + "&&&&DB Exists =" + dbexists);
|
||||
|
||||
if (dbexists) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user