aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/GpxSerializer.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-04-24 20:08:52 +0200
committerArne Schwabe <arne@rfc2549.org>2014-05-18 21:56:43 +0200
commita0825983139c99a9799503cafdf0dd0e3ce54a2f (patch)
treeb018b9f0c42add75593656f90648a319aa98a8db /main/src/cgeo/geocaching/export/GpxSerializer.java
parent916992dc8398db364927a50a8ceb46f3053fce96 (diff)
downloadcgeo-a0825983139c99a9799503cafdf0dd0e3ce54a2f.zip
cgeo-a0825983139c99a9799503cafdf0dd0e3ce54a2f.tar.gz
cgeo-a0825983139c99a9799503cafdf0dd0e3ce54a2f.tar.bz2
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.
Diffstat (limited to 'main/src/cgeo/geocaching/export/GpxSerializer.java')
-rw-r--r--main/src/cgeo/geocaching/export/GpxSerializer.java2
1 files changed, 1 insertions, 1 deletions
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);