Back to project page tracks-android.
The source code is released under:
Copyright (c) 2010 Adam Wolfe Gordon <awg@xvx.ca> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to...
If you think the Android project tracks-android 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 ca.xvx.tracks.preferences; /*from w w w . j a v a 2 s . com*/ public interface PreferenceConstants { public static final String RUN = "run"; public static final String SERVER = "server"; public static final String PORT = "port"; public static final String HTTPS = "https"; public static final String BADCERT = "badcert"; public static final String USERNAME = "username"; public static final String PASSWORD = "password"; public static final String DEFER = "defer"; }