Back to project page socialcde4android.
The source code is released under:
MIT License
If you think the Android project socialcde4android 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 it.uniba.socialcde4android.config; //w w w . j a v a 2 s .c o m public class Config { // public static final boolean LOGD_PROVIDER = true; // // public static final boolean LOGD = true; public static final int CONN_TIMEOUT_MS = 30000; public static final int READ_TIMEOUT_MS = 30000; }