I am trying to find the pathname of external SD card.
The pathname of my external SD card is in /storage/A085-60BC
When i use
String SDDirectoryPath = Environment.getExternalStorageDirectory().getAbsolutePath();
, it gives me the path of my internal storage instead.
I have tried various other methods like this and this and enter link description here
but none of them seem to work. all of them just returns me the same internal memory storage path.