Share intent issue in Instagram feed

后端 未结 6 541
我在风中等你
我在风中等你 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:57

    Ok, I searched and found a solution. I do not know this is right way but solved my problem..

    StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();
    StrictMode.setVmPolicy(builder.build());
    

    Found solution in this answer.

提交回复
热议问题