mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-19 22:08:49 -04:00
6 lines
117 B
Java
6 lines
117 B
Java
package com.simplemobiletools.filemanager;
|
|
|
|
public class Constants {
|
|
public static final String PATH = "path";
|
|
}
|