logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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