Avoid Reed and write storage permission Android 13+

Add Details about what you want to discuss…

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…

Block Images(if Any)

AIA OR APK(if Any)

Use Device Info component to check the phone version

Do if SDK version is < 30 then ask permission

If you need to save on android ≥ 30 you should use the document or download folder you don’t need permission for that path.

Thanks for your suggestion :pray:

You are welcome

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.

1 Like

Okey thanks for the clarification

Thanks for clarification
To save file not required permission…

When we upload image we need sensitivity data policy permission Like if I upload image - Image permission
Its started Android 13+

Bellow Android 13+
Read and write storage permission

Android 11 and 12
Read and write permission some time work and some not work

If am wrong correct me

:question:

:question:

I don’t even understand you. Read my last post again (post #6) and see also here: