Skip to content

Instantly share code, notes, and snippets.

View eungikim's full-sized avatar

Eungi Kim eungikim

View GitHub Profile
@eungikim
eungikim / EachDirectoryPath.md
Created September 27, 2019 05:09 — 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