Back to project page chaski.
The source code is released under:
Apache License
If you think the Android project chaski 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 chaski.api.util; // ww w .jav a 2s . co m public class Util { public static final String DEFAULT_NETWORK_PASSWORD = "chaskiGo"; public static final String KEY_NETWORK_ALREADY_CONFIGURED = "NETWORK_ALREADY_CONFIGURED"; public static final String KEY_NETWORK_ID = "NETWORK_ID"; }