Skip to content

Instantly share code, notes, and snippets.

@iamcxa
Created November 9, 2016 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamcxa/41e28d40f352b50905c702f80fa92ae3 to your computer and use it in GitHub Desktop.
Save iamcxa/41e28d40f352b50905c702f80fa92ae3 to your computer and use it in GitHub Desktop.
How to get your SDcard path by using Environment
Environment.getExternalStorageDirectory()
+ "/Android/data/"
+ getApplicationContext().getPackageName()
+ "/Files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment