mattprecious/telescope

Stop using file:// uri for sharing screenshot

Closed this issue · 1 comments

When you target N sharing a file:// uri will cause a FileUriExposedException (source). There is also a StrictMode check for this since API 18.

Been meaning to look into this. I think I can use a FileProvider...