Back to project page rgb-tool.
The source code is released under:
Apache License
If you think the Android project rgb-tool 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.fastebro.androidrgbtool.utils; //from w ww .jav a2 s.co m /** * Created by danielealtomare on 03/03/14. */ public class UImage { public final static String EXTRA_JPEG_FILE_PATH = "com.fastebro.androidrgbtool.extra.jpeg.file.path"; public final static String EXTRA_DELETE_FILE = "com.fastebro.androidrgbtool.extra.delete.file"; public final static String JPEG_FILE_PREFIX = "IMG_"; public final static String JPEG_FILE_SUFFIX = ".jpg"; public static final int JPEG_FILE_IMAGE_MAX_SIZE = 1080; }