Raxel21 / Uninstall-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninstall pre-installed apps

  1. Activate the debugging
  2. Install USB DRIVER

Terminal Commands

adb shell
pm list packages
pm uninstall -k --user 0 package name

About