mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Removing the SMS Listener
This commit is contained in:
@@ -51,7 +51,6 @@ public class PhoneGap{
|
|||||||
public PhoneGap(Context ctx, WebView appView) {
|
public PhoneGap(Context ctx, WebView appView) {
|
||||||
this.mCtx = ctx;
|
this.mCtx = ctx;
|
||||||
this.mAppView = appView;
|
this.mAppView = appView;
|
||||||
|
|
||||||
audio = new AudioHandler("/sdcard/tmprecording.mp3", ctx);
|
audio = new AudioHandler("/sdcard/tmprecording.mp3", ctx);
|
||||||
uuid = getUuid();
|
uuid = getUuid();
|
||||||
}
|
}
|
||||||
@@ -117,6 +116,7 @@ public class PhoneGap{
|
|||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public void httpGet(String url, String file)
|
public void httpGet(String url, String file)
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user