Back to project page groundify-android.
The source code is released under:
GNU General Public License
If you think the Android project groundify-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 deftsoft.iground.android.CustomizeListView; // ww w .j a v a2 s . c o m public final class Constants { private Constants() { } public static class Config { public static final boolean DEVELOPER_MODE = false; } }