Tell me how in Android Studio through IO to open a file from anywhere in the file system?
From my experience in Java programming, I know that on a PC, in any OS, you can simply specify the path when creating a FileReader object, and everything will work fine. In Android, this does not work for me, FileNotFound is constantly being thrown away.
