mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
259 B
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}}