change the package name to com.simplemobiletools.gallery

- no real functionality change
This commit is contained in:
tibbi
2016-02-24 00:08:09 +01:00
parent c5224c12e5
commit f630b9aa3d
18 changed files with 37 additions and 38 deletions

View File

@ -0,0 +1,6 @@
package com.simplemobiletools.gallery;
public class Constants {
public static final String DIRECTORY = "directory";
public static final String PHOTO = "photo";
}