Hello everyone.
Please tell me which file manager can delete system applications, while the permission of this manager is not required by either location, SMS, or contacts. It would also be good if this manager showed the path of the application being deleted.
There are some applications that I would like to replace, simply disabling them does not solve this issue, so I want to uninstall them.
Your option is familiar to me, but I meant something like this:
$ adb devices
$ adb shell
$ su (we use Magisk)
# remount
# cd /system/app
# rm -R FMradio
As you can see, I go to the terminal to perform this task, but I would like to do the same using a file manager. In the file manager, I can use root privileges. Maybe you can recommend such a file manager.