lundi 23 septembre 2019

How to uninstall a package from an Android device with adb shell

If you need to uninstall a package (an application) on your Android device, from the Windows or Linux command line, through ADB (Android Debug Bridge), just use a command of the following form :

adb uninstall com.your.package.name