mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
add About and License activities
This commit is contained in:
@ -2,4 +2,8 @@ package com.simplemobiletools.filemanager;
|
||||
|
||||
public class Constants {
|
||||
public static final String PATH = "path";
|
||||
|
||||
// shared preferences
|
||||
public static final String PREFS_KEY = "File Manager";
|
||||
public static final String IS_FIRST_RUN = "is_first_run";
|
||||
}
|
||||
|
Reference in New Issue
Block a user