6
score
305.4K
views
no
status
CC BY-SA 3.0
Find location of a removable SD card
If you look at the source code for android.os.Environment you will see that Android relies heavily on environment variables for paths. You can use the "SECONDARY_STORAGE" environment variable to find the path to the...