Created
April 3, 2018 11:55
-
-
Save orette/fa2215e735564d43669e0553faeffc94 to your computer and use it in GitHub Desktop.
Remove applications including bloatware from Android devices
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
| Enable USB debugging and connect the device to the computer. | |
| From the command prompt, enter the following commands: | |
| adb devices | |
| adb shell | |
| pm list packages | grep '<OEM/Carrier/App Name>' | |
| pm uninstall -k --user 0 <name of package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment