So I'm making an app that requests a file from the phone's storage (external storage - not external SD Card, the internal one). But the path is awkward when I select the file from Downloads: /document/
[number here, for example, 4].
Does anyone know how to get the real path of that file? Because it exists on the Download folder, but I wanted it to when it's selected, I get the real path of it and not that weird path which actually doesn't even exist. This happens at least on Nougat (Android Studio emulator) and on KitKat (both the emulator and my phone). Any help is appreciated.