This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Author: Mario Velasco Casquero | |
| * Date: 08/09/2015 | |
| * Email: [email protected] | |
| */ | |
| public class ImagePicker { | |
| private static final int DEFAULT_MIN_WIDTH_QUALITY = 400; // min pixels | |
| private static final String TAG = "ImagePicker"; |