v1.0.75: exclude Android app-private trees (Android/data,media,obb)
Build & Release APK / build (push) Successful in 12m49s

Scoped storage (Android 11+) lets a SAF grant LIST another app's
Android/media|data|obb dir but not OPEN the files, so every transfer there
failed and the pair was stuck reporting Partial forever (65 failures under
Android/media/com.whatsapp/ on Zahra). These hold app-managed data, not user
content, so exclude the whole subtree on both sides via path-prefix match in
isExcludedPath. ExcludePathTest covers the new prefixes + case-insensitivity.
This commit is contained in:
2026-06-07 13:01:05 +00:00
parent fb26e83484
commit ddb558263f
3 changed files with 31 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.74
VERSION_CODE=74
VERSION_NAME=1.0.75
VERSION_CODE=75