From 88127f0b20591fe79b6cf2603674406801fc0eed Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 15 Oct 2008 14:29:08 -0700 Subject: [PATCH] Adding comments --- src/com/android/droidgap/PhoneGap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/droidgap/PhoneGap.java b/src/com/android/droidgap/PhoneGap.java index 5cca01a0..1f61ec3a 100644 --- a/src/com/android/droidgap/PhoneGap.java +++ b/src/com/android/droidgap/PhoneGap.java @@ -24,11 +24,11 @@ public class PhoneGap { } public void takePhoto(){ - + // TO-DO: Figure out what this should do } public void playSound(){ - + // TO-DO: Figure out what this should do } public void vibrate(long pattern){