Skip to content

Instantly share code, notes, and snippets.

@TakWolf
Created March 20, 2015 04:24
Show Gist options
  • Save TakWolf/d757674b3b1a23593175 to your computer and use it in GitHub Desktop.
Save TakWolf/d757674b3b1a23593175 to your computer and use it in GitHub Desktop.
if (Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState()) || !Environment.isExternalStorageRemovable()) {
String dir = "SD:" + getExternalCacheDir().getPath();
} else {
String dir = "package:" + getCacheDir().getPath();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment