i have a ContentProvider on my app, i use it to share images from assets folder. I used the solution proposed here: http://www.nowherenearithaca.com/2012/03/too-easy-using-contentprovider-to-send.html
Now i need to share images stored on the cache folder of my app. Would be nice to do it using the ContentProvider, but i can't find info about how to do it.
It is possible? If not, wich is the correct way to do it?
Thanks