Skip to content

Instantly share code, notes, and snippets.

@blakbin
blakbin / EachDirectoryPath.md
Created March 8, 2022 18:25 — 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