Skip to content

f1shuu/adb-tools

Repository files navigation

How to uninstall system apps on Android

  1. Launch the ADB shell
adb shell
  1. List all available packages
pm list packages
  1. Uninstall selected package
pm uninstall -k --user 0 <package_name>

About

A custom set of adb tools used for testing purposes.

Topics

Resources

Stars

Watchers

Forks