afreakyelf / Pdf-Viewer

A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
https://afreakyelf.github.io/Pdf-Viewer/
MIT License
822 stars 173 forks source link

Downloading not working in Android 13 #75

Closed ApunichGULSHER closed 1 year ago

ApunichGULSHER commented 1 year ago

Downloading working fine in below Android 13 devices, but not in Android 13 devices

github-actions[bot] commented 1 year ago

Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon.

ApunichGULSHER commented 1 year ago

Remove storage permission for target API 33, Android 13 and lower Android version devices don't requires READ or WRITE external storage permissions to save PDF in download folder. I had downloaded this repo and imported as module in my android project, than removed all storage related permissions. Downloading PDF working like charm in Android 13 as well as in lower versions, now.