feat: 改用系统安装器弹窗(FileProvider+ACTION_VIEW), 无需手动找权限

This commit is contained in:
LukeMackin
2026-07-19 21:06:04 +08:00
parent 14367a229b
commit b70c5015a0
14 changed files with 21 additions and 37 deletions

View File

@@ -35,5 +35,6 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.21"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.core:core:1.15.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"
}