mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

Stop using file:// uri for sharing screenshot #43

Closed gabrielittner closed 8 years ago

gabrielittner commented 8 years ago

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

mattprecious commented 8 years ago

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