mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
Removing the SMS Listener
This commit is contained in:
parent
01ad22d0da
commit
6f9ce7db94
@ -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();
|
||||
}
|
||||
@ -118,6 +117,7 @@ public class PhoneGap{
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void httpGet(String url, String file)
|
||||
/**
|
||||
* grabs a file from specified url and saves it to a name and location
|
||||
|
Loading…
Reference in New Issue
Block a user