Share intent issue in Instagram feed
问题 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. But i can share image story, direct message, and everywhere... I am having this issue only instagram feed. public void onShareItemOreo() { // Get access to bitmap image from view imageView = (ImageView) findViewById(R.id.thumbnail); // Get access to the URI for the bitmap Uri bmpUri = prepareShareIntent(imageView); if (bmpUri !=