Back to project page linkbasher.
The source code is released under:
GNU General Public License
If you think the Android project linkbasher 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 uk.co.johnsto.linkbasher; public interface Consts { public static final boolean DEBUG = BuildConfig.DEBUG; public static final String TAG = "Linkbasher"; public static final String PREF_COUNT = "count"; public static final int MAX_ITERATIONS = 3; }