Make changes to actually use SQLitePlugin

This commit is contained in:
moparisthebest 2013-04-21 21:16:44 -04:00
parent cba0f924b6
commit 87f5d3390c
4 changed files with 4 additions and 0 deletions

1
android/SQLitePlugin Submodule

@ -0,0 +1 @@
Subproject commit e4f22e197deec902652d4c38bbd145ad62371209

View File

@ -36,6 +36,7 @@
<preference name="useBrowserHistory" value="false" />
<preference name="exit-on-suspend" value="false" />
<plugins>
<plugin name="SQLitePlugin" value="com.phonegap.plugin.sqlitePlugin.SQLitePlugin"/>
<plugin name="App" value="org.apache.cordova.App"/>
<plugin name="Device" value="org.apache.cordova.Device"/>
<plugin name="Notification" value="org.apache.cordova.Notification"/>

1
android/src/com/phonegap Symbolic link
View File

@ -0,0 +1 @@
../../SQLitePlugin/Android/src/com/phonegap

1
www/SQLitePlugin.js Symbolic link
View File

@ -0,0 +1 @@
../android/SQLitePlugin/Android/assets/www/SQLitePlugin.js