I connected USB storage to my phone and I used
getExternalFilesDirs("");
to find all directories including sdcard and USB.
The path of sdcard comes out correctly, but USB path does not come out by the function.
Is there anyway to find relative path of USB instead of absolute path?
I've been stuck at this problem for few weeks, but got nothing.