Back to project page android-webview-example.
The source code is released under:
Apache License
If you think the Android project android-webview-example 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 com.significantfiles.mrcounter; /* ww w . j a v a 2 s.c o m*/ public class Constants { public static final boolean DEV_MODE = true; public static final int BUILD_VERSION = 1; public static final long BUILD_DATE = 20110320; public static final String LOG_TAG = "mr.counter"; public static final String AUTHORITY = "com.significantfiles.mrcounter"; }