问题 According to the docs file path access is granted in Android R: Starting in Android 11, apps that have the READ_EXTERNAL_STORAGE permission can read a device's media files using direct file paths and native libraries. This new capability allows your app to work more smoothly with third-party media libraries. The problem is that I can't get the file path from MediaStore , so how are we supposed to read a file path that we can't access/retrieve? Is there a way, I'm not aware of, that we can get