Fixed File I/O

This commit is contained in:
Joe Bowser
2009-10-28 13:43:39 -07:00
parent e36e4bc0a3
commit 4bb3237732
5 changed files with 31 additions and 23 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public class DroidGap extends Activity {
geo = new GeoBroker(appView, this);
accel = new AccelListener(this, appView);
launcher = new CameraLauncher(appView, this);
fs = new FileUtils();
fs = new FileUtils(appView);
// This creates the new javascript interfaces for PhoneGap
appView.addJavascriptInterface(gap, "DroidGap");