Created
March 9, 2020 07:09
-
-
Save memandip/ec82f08e6430e2b739ffa56f81cc68a3 to your computer and use it in GitHub Desktop.
Uninstall system apps android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # start usb debugging mode | |
| # type adb shell which will open adb console | |
| # pm list packages | |
| # pm uninstall -k --user 0 'packagename' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment