ACTION OPEN DOCUMENT TREE only returns empty Recent folder

后端 未结 4 1536
眼角桃花
眼角桃花 2021-02-05 18:14

I have carefully copied the following code snippet from an earlier posting and it works, on the simulator and also on my Nexus 9 device, up to a point !

However, all I g

4条回答
  •  心在旅途
    2021-02-05 18:28

    For me its working on emulator but not on real Android 5 phone. I even checked google android Directory Selection sample and it also did not work.

    So, its surely a bug whose effect can be seen on some phones.

    Report this bug to google and wait till it is fixed. Till then all you can do is to restrict access to memory card in your app, which is what you may not want to do. But I think there is nothing that we can do from our side before google fixes it.

    If you get any workaround for this you can tell me too.

提交回复
热议问题