mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Adding sound to Android
This commit is contained in:
@@ -5,5 +5,5 @@ public class GeoTuple {
|
||||
public double lat;
|
||||
public double lng;
|
||||
public double ele;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import android.util.Log;
|
||||
import android.webkit.WebView;
|
||||
|
||||
public class GpsListener implements LocationListener {
|
||||
|
||||
|
||||
private Context mCtx;
|
||||
private Location cLoc;
|
||||
private LocationManager mLocMan;
|
||||
|
||||
Reference in New Issue
Block a user