feat: 增加权限管理和文件选择功能

This commit is contained in:
2023-03-24 16:23:32 +08:00
parent 068721ed4f
commit 0b5fe7468b
5 changed files with 67 additions and 8 deletions

View File

@@ -48,6 +48,10 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
//权限管理
implementation 'com.github.getActivity:XXPermissions:16.5'
//权限管理 https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:16.8'
// 文件管理 https://github.com/K1rakishou/Fuck-Storage-Access-Framework
implementation 'com.github.K1rakishou:Fuck-Storage-Access-Framework:v1.1.3'
// Android工具类库 https://blankj.com/2016/07/31/android-utils-code/
implementation 'com.blankj:utilcodex:1.30.1'
}