Back to project page egotrip.
The source code is released under:
Apache License
If you think the Android project egotrip listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.myegotrip.egotrip; public interface FallbackDefaults { public String LOCATION_UPLOAD_URL="http://upload.myegotrip.net/upload/postcoord.php"; public String LOCATION_VIEW_URL="http://upload.myegotrip.net/upload/view.php"; public String DEFAULT_TRIP_NAME="default"; }