Skip to content

Instantly share code, notes, and snippets.

View ininmm's full-sized avatar
🎯
Focusing

ininmm

🎯
Focusing
View GitHub Profile
@granoeste
granoeste / EachDirectoryPath.md
Last active June 13, 2024 02:58
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories