How to get SdCard location in android?
I need SdCard or Memory card location. For all android versions and all devices. For example :
File("/storage/sdcard1")
and
File("/storage/extSdCard")
But these methods to get SdCard location didn't work on all device and API level
I need a method that get SdCard location in all devices and all API levels.
Thanks.
https://i.stack.imgur.com/bPVUL.jpg▾