I'm here speaking in context of USB not a Memory card or Internel memory and need a exact path not a Uri.
Till Android L i get a File path from a /mnt or /storage or any other directory.but in marshmallow i didn't find where my usb is exactly.
then i move forward towards the Storage Access Framework.but it's not returning the actual path it's return me a Uri.
I also go through the AFileChooser Project and A stackoverflow post Android Gallery on KitKat returns different Uri for Intent.ACTION_GET_CONTENT
but It's not helpfull.So is there any way i can access the Realpath like (/storage/abc/filename.mp4).