FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 710 forks source link

EPub files don't open when the targetSdk is set to 33 and fail with the message: Cannot open Epub it needs storage access ! #528

Open AppsGR opened 4 months ago

AppsGR commented 4 months ago

Issue / Feature - Issue FolioReader version - :0.5.4 FolioReader Stock / Modified - I'm sorry, I don't understand this one Android SDK - 33 Mobile / Tablet / Emulator Info - all devices (I've tested this on emulator as well as a phone and tablet running Android 33) Crash / Error - Crash

Steps to reproduce / Describe in detail - If the targetSDK is set to anything under 33, the epubs are opening with no issues. However, if I set the targetSDK to 33, I get this error: Cannot open Epub it needs storage access !

FYI: At the moment you need to set the Target SDK to 33 in order to be able to update your app on app store. Any help will be highly appreciated!