Adding sound to Android

This commit is contained in:
Joe Bowser
2008-12-18 16:37:52 -08:00
parent fca16adf1d
commit 9704e63399
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ public class GeoTuple {
public double lat;
public double lng;
public double ele;
}
+1 -1
View File
@@ -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;