i'm storing images that i download from internet here: getContext().getFilesDir().getAbsolutePath();
I need to share some of these images with android share intent (ACTION_SEND), but for some reason, the intent can't access to these images.
How can it be done?
If it is not possible to access normally, ¿it is possible to access with a ContentProvider? ¿How?
thanks