Documentfile

查看文件文档。
最新更新 稳定版 候选版本 Beta 版 Alpha 版
2021 年 8 月 18 日 1.0.1 - - 1.1.0-alpha01

声明依赖项

要添加对 DocumentFile 的依赖项,您必须将 Google Maven 存储库添加到您的项目中。阅读Google 的 Maven 存储库以获取更多信息。

在应用或模块的 build.gradle 文件中添加所需工件的依赖项

Groovy

dependencies {
    implementation "androidx.documentfile:documentfile:1.0.1"
}

Kotlin

dependencies {
    implementation("androidx.documentfile:documentfile:1.0.1")
}

反馈

您的反馈有助于使 Jetpack 变得更好。如果您发现新问题或有改进此库的想法,请告诉我们。在创建新问题之前,请查看此库中现有的问题。您可以通过点击星形按钮为现有问题添加您的投票。

创建新问题

有关更多信息,请参阅问题跟踪器文档

版本 1.1.0

版本 1.1.0-alpha01

2021 年 8 月 18 日

androidx.documentfile:documentfile:1.1.0-alpha01 已发布。版本 1.1.0-alpha01 包含以下提交。

错误修复

  • 修复 DocumentFile 的 ClassVerificationFailures。(b/188452767

版本 1.0.1

版本 1.0.1

2019 年 2 月 25 日

androidx.documentfile:documentfile 1.0.1 已发布。

错误修复

  • 修复了 Document.fromUri 截断深度树 URI 的错误(b/37081745