Skip to content

Instantly share code, notes, and snippets.

@chuehnone
chuehnone / EachDirectoryPath.md
Created September 22, 2015 14:23 — 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