Back to project page ImageScanner.
The source code is released under:
Apache License
If you think the Android project ImageScanner 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.scanner.utils; /*from w w w . jav a 2 s.c om*/ public class ConstantsUtils { // startActivityForResult reqCode public final static int REQUEST_FROM_GALLERY = 200; public final static int REQUEST_FROM_CAMERA = 220; public final static int REQUEST_FROM_GRIDVIEW = 210; /** * */ public final static String BUNDLE_FOLDER_PATH = "BUNDLE_FOLDER_PATH"; public final static String BUNDLE_IMAGE_PATH_FINAL = "BUNDLE_IMAGE_PATH_FINAL"; public final static String BUNDLE_IMAGE_PATH_FROM_GRIDVIEW = "BUNDLE_IMAGE_PATH_FROM_GRIDVIEW"; }