Definitely. But at least on Samsung phones, you can uninstall the packages from the user partition and in that way rip most of that stuff out (like the McAfee scanner in security, Bixby, Gemini, OneDrive, etc.).

So, yeah, they are copying, but by virtue of the ecosystem being less open, you are mostly stuck with it.

You can disable Samsung's system apps using adb as well. The command is `adb uninstall --user 0 com.package.name`

That is what I was alluding to, though I recommend people to use UAD-ng, since it explains what each package is and they are separated in safety-based categories.

One note though: removal of system apps with adb is blocked in Android 17. You can only disable system apps on Android 17:

https://github.com/Universal-Debloater-Alliance/universal-an...