From a0825983139c99a9799503cafdf0dd0e3ce54a2f Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 24 Apr 2014 20:08:52 +0200 Subject: Implement Android Beam (NFC Sharing) for cgeo To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. --- main/src/cgeo/geocaching/export/GpxSerializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/cgeo/geocaching/export/GpxSerializer.java') diff --git a/main/src/cgeo/geocaching/export/GpxSerializer.java b/main/src/cgeo/geocaching/export/GpxSerializer.java index b2587aa..8e71c08 100644 --- a/main/src/cgeo/geocaching/export/GpxSerializer.java +++ b/main/src/cgeo/geocaching/export/GpxSerializer.java @@ -111,7 +111,7 @@ public final class GpxSerializer { XmlUtils.multipleTexts(gpx, PREFIX_GPX, "name", cache.getGeocode(), "desc", cache.getName(), - "url", cache.getUrl(), + "url", cache.getCgeoUrl(), "urlname", cache.getName(), "sym", cache.isFound() ? "Geocache Found" : "Geocache", "type", "Geocache|" + cache.getType().pattern); -- cgit v1.1