I've been trying to remove the chrome, youtube and playstore applications from my android device, however, I've run into some issues. I've tried rooting my device, but the systems folder is hard-coded as read-only on android 10, so I've not been able to permanently change build.prop or directly uninstall any of these apps. My current workaround has been to remove these apps from my user profile and disable the multiuser feature using the ADB tool. However, when I restart my device, the feature reenables itself. Does anyone know of a better way to approach this problem?
Edit: I've rooted my phone using magisk. Apps like titanium backup have not been able to uninstall these apps.
This is the code that I've used to disable the multisuser feature:
setprop fw.show_multiuserui 0
setprop fw.max_users 1