Using data from context providers or requesting Google Photos read permission?

后端 未结 6 1294
陌清茗
陌清茗 2020-12-05 07:34

My app allows users to import their photos and videos from other apps. Now that Google replaced Google+ Photos with Google Photos, couple of things broke for me. One of thes

6条回答
  •  遥遥无期
    2020-12-05 08:12

    Looks like this question is simular

    I think when activity (not fragment) dies - all retrieved by it URI become invalidated

    I also have the same problem - trying to upload picture in background. But user in UI thread may change activity and URI becomes invalid

提交回复
热议问题