-
-
Enum Constant Summary
Enum Constants Enum Constant Description ROOTRoot Directory, paths in this directory are absolute paths
EXTERNAL_STORAGEDirectory returned by Environment.getExternalStorageDirectory Note: Additional permissions may be required.
NO_BACKUP_FILESDirectory returned by Context.getNoBackupFilesDir. Will fall back to Context.getFilesDir on API < 21
EXTERNAL_CACHEDirectory returned by Context.getExternalCacheDir Note: Additional permissions may be required.
CACHEDirectory returned by Context.getCacheDir
EXTERNAL_FILESDirectory returned by Context.getExternalFilesDir Note: Additional permissions may be required.
FILESDirectory returned by Context.getFilesDir
FILES_LEGACYLegacy behaviour: If the string starts with a path separator, this behaves like ROOT. Otherwise it behaves like FILES.
-