allow using the app as an image chooser

This commit is contained in:
tibbi
2016-06-15 15:20:05 +02:00
parent fd01e7dca5
commit b36e85844d
4 changed files with 35 additions and 4 deletions

View File

@ -3,4 +3,5 @@ package com.simplemobiletools.gallery;
public class Constants {
public static final String DIRECTORY = "directory";
public static final String MEDIUM = "medium";
public static final String PICK_INTENT = "is_pick_intent";
}