Initial Implementation of the W3C Device Contacts API

This commit is contained in:
Joe Bowser
2009-11-03 16:51:40 -08:00
parent 7ead5ec2d8
commit e724ccb5dd
2 changed files with 124 additions and 27 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ public class DroidGap extends Activity {
geo = new GeoBroker(appView, this);
accel = new AccelListener(this, appView);
launcher = new CameraLauncher(appView, this);
mContacts = new ContactManager(this);
mContacts = new ContactManager(this, appView);
// This creates the new javascript interfaces for PhoneGap
appView.addJavascriptInterface(gap, "DroidGap");
appView.addJavascriptInterface(geo, "Geo");