I have an app that shares images from url. Last android update, I got message from instagram \"Unable to load image\" when I want to share an image in instagram feed.
your uri is "content://packagename/xxx.jpg", it need to be "content://media/external/images/media/..."; it will be worked.