Update OsMoService.java
This commit is contained in:
parent
bad981ea91
commit
81b40678ee
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ public class OsMoService implements OsMoReactor {
|
|||
private ConcurrentLinkedQueue<String> commands = new ConcurrentLinkedQueue<String>();
|
||||
private OsmandApplication app;
|
||||
private static final Log log = PlatformUtil.getLog(OsMoService.class);
|
||||
public static final String SHARE_TRACKER_URL = "http://m.osmo.mobi/connect?id=";
|
||||
public static final String SHARE_GROUP_URL = "http://m.osmo.mobi/join?id=";
|
||||
public static final String SHARE_TRACKER_URL = "http://z.osmo.mobi/connect?id=";
|
||||
public static final String SHARE_GROUP_URL = "http://z.osmo.mobi/join?id=";
|
||||
public static final String TRACK_URL = "http://test1342.osmo.mobi/u/";
|
||||
private String lastRegistrationError = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue