v1.0.75: exclude Android app-private trees (Android/data,media,obb)
Build & Release APK / build (push) Successful in 12m49s
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:
+2
-2
@@ -1,2 +1,2 @@
|
||||
VERSION_NAME=1.0.74
|
||||
VERSION_CODE=74
|
||||
VERSION_NAME=1.0.75
|
||||
VERSION_CODE=75
|
||||
|
||||
Reference in New Issue
Block a user