Share intent issue in Instagram feed

后端 未结 6 587
我在风中等你
我在风中等你 2021-01-31 06:55

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.

6条回答
  •  感情败类
    2021-01-31 06:59

    your uri is "content://packagename/xxx.jpg", it need to be "content://media/external/images/media/..."; it will be worked.

提交回复
热议问题