Back to project page capturandro.
The source code is released under:
Apache License
If you think the Android project capturandro 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 no.finntech.capturandro; public class Config { public static int DEFAULT_STORED_IMAGE_COMPRESSION_PERCENT = 80; public static int STORED_IMAGE_HEIGHT = 640; public static int STORED_IMAGE_WIDTH = 480; }