文件檔案

查看檔案文件。
最近更新時間 穩定版 候選版 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。如果您發現新問題,或是有改進這個程式庫的建議,請告訴我們。回報新問題前,請先查看這個程式庫的現有問題。只要按一下星號按鈕,即可投票給現有的問題。

建立新問題

詳情請參閱 Issue Tracker 說明文件

1.1.0 版本

1.1.0-alpha01 版

2021 年 8 月 18 日

發布 androidx.documentfile:documentfile:1.1.0-alpha011.1.0-alpha01 版包含以下修訂項目。

修正錯誤

  • 修正 DocumentFile 的 ClassVerificationFailures。(b/188452767)。

1.0.1 版本

1.0.1 版本

2019 年 2 月 25 日

androidx.documentfile:documentfile 1.0.1 發布。

修正錯誤

  • 修正深層樹狀結構 URI 遭 Document.fromUri 截斷的錯誤 (b/37081745)