How to avoid Ask read and write storage permission Android 13+ because it’s not working…
Android 13+ required image and video permission as per requirement
So how to avoid it because it showing permission declined error message.
Second question how to save permission tinyDB database…
To save media files (images) on Android 11+, no WRITE permission is required for the Shared folders (/Pictures, /DCIM, /Documents, /Download). To read media files (images) not created by the app READ_EXTERNAL_STORAGE on Android < 13 and READ_MEDIA_IMAGES on Android 13+ are required.