mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
change the package name to com.simplemobiletools.gallery
- no real functionality change
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package com.simplemobiletools.gallery;
|
||||
|
||||
public class Constants {
|
||||
public static final String DIRECTORY = "directory";
|
||||
public static final String PHOTO = "photo";
|
||||
}
|
Reference in New Issue
Block a user