Importing a sqlite database in Android 11

Hello Community, unfortunately my Android mobile was updated to version 11. Until 3 days ago, my app worked perfectly. With version 11 it stopped working. It's because of the PERMISSIONS. I use the SQLITE extension and the app asks me for the READ_EXTERNAL_STORAGE permission, I give it to it and it ignores it. How can I do it? I have read ANKE and TAIFUN, but I do not understand how to do it so that Android 11 accepts the permissions!

image

which sqlite extension are you using?
from where do you import the database? from the assets? from the ASD? from shared storage? from somewhere else? please add a screenshot of your relevant blocks...

Taifun