diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index da6d3907..79f44817 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,8 @@
+
+
diff --git a/assets/www/index.html b/assets/www/index.html
index c97d6120..6630b865 100644
--- a/assets/www/index.html
+++ b/assets/www/index.html
@@ -87,6 +87,11 @@
alert(fail);
}
+ function foo()
+ {
+ ContactHook.findContacts();
+ }
+
function init(){
document.addEventListener("touchmove", preventBehavior, false);
setTimeout(deviceInfo, 1);
@@ -112,7 +117,8 @@
Call 411
Beep
Vibrate
- Get a Picture
+ Get a Picture
+ Fire Contact Code
diff --git a/build.xml b/build.xml
index d6f6edbf..c83cf206 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
-
+