Skip to content

Instantly share code, notes, and snippets.

View ekoo's full-sized avatar
🏠
Working from home

Eko Yulianto ekoo

🏠
Working from home
View GitHub Profile
@granoeste
granoeste / EachDirectoryPath.md
Last active July 23, 2024 09:11
[Android] How to get the each directory path.

System directories

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

External storage directories