I am trying to upload the downloaded pdf file in Android 11. In that, I am trying to get a path for the pdf file, cursor move to next() method returns false android 11.
The downloaded pdf file gives us Uri as, content://com.android.providers.media.documents/document/pdffilename:33A
I am facing an issue while trying to access the path for this URI, I need help with this one.