Fixed File I/O

This commit is contained in:
Joe Bowser
2009-10-28 13:43:39 -07:00
parent 06c626a44f
commit 9ea0857456
4 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ public class DroidGap extends Activity {
accel = new AccelListener(this, appView);
launcher = new CameraLauncher(appView, this);
mContacts = new ContactManager(this, appView);
fs = new FileUtils();
fs = new FileUtils(appView);
// This creates the new javascript interfaces for PhoneGap
appView.addJavascriptInterface(gap, "DroidGap");