Bug when listing files with Android Storage Access framework on Lollipop

前端 未结 1 2021
温柔的废话
温柔的废话 2021-02-04 12:31

Background

I have a few apps that make heavy use of SD card for file syncing. The broken external SD card access on Kitkat is still a big problem, but I

相关标签:
1条回答
  • 2021-02-04 12:50

    The underlying bug seems to be fixed. I also encountered that problem and without any code changes it works now with version 1.0.1 of the documentfile package.

    dependencies {
        ...
        implementation 'androidx.documentfile:documentfile:1.0.1'
        ...
    }
    
    0 讨论(0)
提交回复
热议问题