zendesk / belvedere

An image picker library for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SergeBrule opened this issue · comments

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.