Tests showing the speed downgrade of shared storage in Android 11. It's much worse than shown here for some operations: 100x slower is not uncommon, and deletions are so slow that a phone reset may be more practical for large folders. This and the removal of USB access for POSIX programs (like Python) make Android difficult to use for content sync tools (like Mergeall). Along with Samsung's dropping of microSD cards for removable storage, Android phones are becoming content islands on a par with iOS. While vendor goals are unknown, cloud providers and content snoopers seem the likely winners here (and users seem the likely losers). This thread continues in Android 12 on the next image in this gallery. See also this site's Mergeall-focused Android 11 updates _page_ for the full story on these Android regressions. _
_2021 update_: to work around 11's hurdles, a system of scripts was developed later this year to apply content syncs indirectly using batched and zipped changes; see __Android Deltas Sync__. This works well, though it's not GUI based, and it may require additional steps on Android 12 (see the next shot). _2023 update_: the prior update's scripts were eventually superseded by a full standalone Android app that uses extra permissions to regain storage access on Android—and also happens to work the same on PCs using the same Python code. See __PC-Phone USB Sync__ and the next image's note for the sequel.