Prototype of the File API implemented

This commit is contained in:
Joe Bowser
2009-10-22 14:25:45 -07:00
parent f87bf2d12a
commit 06c626a44f
3 changed files with 8 additions and 7 deletions
-1
View File
@@ -95,7 +95,6 @@ public class DroidGap extends Activity {
private void bindBrowser(WebView appView)
{
gap = new PhoneGap(this, appView);
geo = new GeoBroker(appView, this);
accel = new AccelListener(this, appView);