Back to project page android.bigredsnapshot.
The source code is released under:
MIT License
If you think the Android project android.bigredsnapshot 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 io.evercam.bigredsnapshot; public class UrlStatus { public final static String LOCAL = "Local"; public final static String REMOTE = "Remote"; public final static String EVERCAM = "Evercam"; public final static String LATEST = "Latest"; }