From 6f9ce7db941f13a8030d90827fe64b5e533f20f1 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Fri, 20 Nov 2009 16:50:15 -0800 Subject: [PATCH] Removing the SMS Listener --- framework/src/com/phonegap/PhoneGap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/com/phonegap/PhoneGap.java b/framework/src/com/phonegap/PhoneGap.java index 074b7beb..79fce6c2 100644 --- a/framework/src/com/phonegap/PhoneGap.java +++ b/framework/src/com/phonegap/PhoneGap.java @@ -51,7 +51,6 @@ public class PhoneGap{ public PhoneGap(Context ctx, WebView appView) { this.mCtx = ctx; this.mAppView = appView; - audio = new AudioHandler("/sdcard/tmprecording.mp3", ctx); uuid = getUuid(); } @@ -117,6 +116,7 @@ public class PhoneGap{ return version; } + public void httpGet(String url, String file) /**