I can uninstall an app on the device from my computer using adb uninstall , but I\'d like to do the same with a script on the actual device.
adb uninstall
To forcefully uninstall the system user apps:
Use:
adb shell pm uninstall --user 0