Documentfile

查看檔案文件。
最近更新時間 穩定版 候選版 測試版 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-alpha01 發布。版本 1.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)