mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-22 05:13:11 +01:00
8 lines
323 B
Java
8 lines
323 B
Java
package com.simplemobiletools.gallery;
|
|
|
|
public class Constants {
|
|
public static final String DIRECTORY = "directory";
|
|
public static final String MEDIUM = "medium";
|
|
public static final String PICK_IMAGE_INTENT = "is_image_pick_intent";
|
|
public static final String PICK_VIDEO_INTENT = "is_video_pick_intent";
|
|
}
|