zendesk / belvedere

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

BelvedereUi.imageStream not working on Samsung phones running Android 11 API 30 #127

Open SergeBrule opened 3 years ago

SergeBrule commented 3 years ago

I'm seeing an issue on Samsung phones(S10 and other models) where the call below doesn't render the image library.

The problem appears to be related to the storage permissions request toast.

BelvedereUi.imageStream(getApplicationContext()) .withDocumentIntent("/", true) .showPopup(ZendeskContactUsActivity.this);

The manifest has the proper permission requests, the code works on other device manufacturers.