rwadurian/frontend/mining-app/android/app
hailin d91550f704 fix(mining-app): FileProvider 使用 root-path 覆盖 Flutter app_flutter 目录
files-path 映射到 getFilesDir() 即 /data/data/<pkg>/files/,
但 Flutter getApplicationDocumentsDirectory() 返回 /data/data/<pkg>/app_flutter/,
两者是同级目录而非父子关系,files-path 无法覆盖。
使用 root-path 映射设备根路径 /,确保所有内部路径都能被 FileProvider 解析。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:58:23 -08:00
..
src fix(mining-app): FileProvider 使用 root-path 覆盖 Flutter app_flutter 目录 2026-01-30 13:58:23 -08:00
build.gradle.kts feat(mining-app): 添加自动版本号增长机制 2026-01-29 21:32:15 -08:00
proguard-rules.pro chore(mining-app): configure release build 2026-01-14 17:24:42 -08:00