zendesk / belvedere

An image picker library for Android
Apache License 2.0
145 stars 23 forks source link

Q> What permissions are required? #149

Open behelit opened 1 year ago

behelit commented 1 year ago

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.