Skip to content

Instantly share code, notes, and snippets.

View zirouan's full-sized avatar
🚀
Be Bold

Rudson Lima zirouan

🚀
Be Bold
View GitHub Profile
@zirouan
zirouan / EachDirectoryPath.md
Created July 16, 2016 18:07 — forked from granoeste/EachDirectoryPath.md
[Android] How to get the each directory path.

System directories

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

External storage directories