Prototype of the File API implemented

This commit is contained in:
Joe Bowser
2009-10-22 14:25:45 -07:00
parent cccce01415
commit e36e4bc0a3
4 changed files with 11 additions and 4 deletions
-1
View File
@@ -94,7 +94,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);