Android: Implement Storage Access Framework (SAF) support

This commit is contained in:
Anish Kumar 2025-10-30 20:50:48 +05:30
parent ef34c3d534
commit 60d20ab038
8 changed files with 288 additions and 112 deletions

View file

@ -13,6 +13,7 @@ apply from: "../scripts/publish-module.gradle"
dependencies {
implementation "androidx.fragment:fragment:$versions.fragmentVersion"
implementation 'androidx.documentfile:documentfile:1.1.0'
testImplementation "junit:junit:4.13.2"
}