259 B

pm uninstall

Uninstall a package. More information: https://developer.android.com/tools/adb#pm.

  • Uninstall a package from the device:

pm uninstall {{package}}

  • Remove an app from a specific user:

pm uninstall --user {{user_id}} {{package}}