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> |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||