Biden2020prez Usually, I don't use -k
unless I plan on reinstalling the app later and I want to keep the settings, but you're right that you don't necessarily have to run --user 0
nalcatel The command to remove the browser is adb shell pm disable-user --user 0 org.chromium.chrome
More details in [Login to see the link] thread. To address
Biden2020prez I think he should be running pm uninstall without a --user 0
This ^ command needs it.
You can't remove any preinstalled with uninstall
on this phone (unless you have root access which I haven't figured out how to get (I can't unlock the bootloader)). Remove any user app with uninstall (-k) com.package.name
and any preinstalled app with disable-user --user 0 com.package name
.
Again, see [Login to see the link] thread for more details on this phone.
samtee I haven't found one that works on this phone. You could uninstall apps by accessing hidden menus in settings (I've found some in the square home launcher or in an app manager that I found), but I haven't gotten any dedicated app uninstaller to work on this phone.