ParkSangGwon / TedBottomPicker

TedBottomPicker is simple image picker using bottom sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returning a file URI instead of a content URI.

bpappin opened this issue · comments

Most apps should now be using content URIs for files no the device, yet this picker returns a File URI.

can we convert it? @bpappin