I have an external sd card reader, I can plug it into the micro usb connector and access data from sd card with a file explorer.
I pluged the card reader on Nexus5 (6.0.1) and Asus tablet (4.1.2) The sd card is mount on
/mnt/media_rw/THE_SERIAL_NUMBER_OF_SD_CARD
Or in:
/removables/NAME_OF_SD_CARD_PARTITION
I didn't find any Android SDK
call to get the path to the mounted sd card, they are all made for internal sd card reader.
Is there any way to be able to access data from sd card, regardless the ROM and where the sd card is mount? It would be really awesome.
Thank you a lot!