zendesk / belvedere

An image picker library for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q> What permissions are required?

behelit opened this issue · comments

I'm using android 13, no matter what I try, it always says 'permissions denied'.
I've followed the setup instructions but they don't list or mention any permissions.

I checked the code and TIRAMISU_PERMISSIONS permissions only include:
READ_MEDIA_IMAGES
READ_MEDIA_VIDEO

I've added these all to the manifest and request at runtime.
What else is there to include?

The sample doesn't do anything else but doesn't seem to be designed for Android 33+
Perhaps you're checking for android.permission.READ_EXTERNAL_STORAGE but this is not provided on Android 33+ devices.