Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ADB Uninstall - Remove Android Packages | Online Free DevTools by Hexmos

Uninstall Android packages efficiently with ADB Uninstall. Remove applications and their data, or keep user data intact. Free online tool, no registration required.

adb-uninstall

Uninstall a package. More information: https://manned.org/adb.

  • Uninstall a package:

adb uninstall {{com.example.app}}

  • Uninstall a package, but keep user data:

adb uninstall -k {{com.example.app}}

See Also