mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-11 11:35:02 -05:00
missed a usage.
This commit is contained in:
parent
8c07014428
commit
919c8e1725
@ -49,7 +49,7 @@ public class SQLitePlugin extends Plugin {
|
||||
// TODO: Do we want to allow a user to do this, since they could get
|
||||
// to other app databases?
|
||||
if (action.equals("setStorage")) {
|
||||
this.setStorage(args.getString(0));
|
||||
this.setStorage(args.getString(0), false);
|
||||
} else if (action.equals("open")) {
|
||||
this.openDatabase(args.getString(0), "1",
|
||||
"database", 5000000);
|
||||
|
Loading…
Reference in New Issue
Block a user