Results 2 issues of Jan Bína

Hi guys, firstly, thanks for this library, it's very helpful for me! However, one thing that was bothering me is that you always ask for `Permission.LOCATION` and there is no...

In our app, we are using uris with custom scheme to fetch a specific type of images. They are of this form: ``` localdb://poiimageprovider/image-data?requestid=... ``` We then have a [`Fetcher`](https://coil-kt.github.io/coil/image_pipeline/#fetchers)...