Skip to content

Instantly share code, notes, and snippets.

@orette
Created April 3, 2018 11:55
Show Gist options
  • Select an option

  • Save orette/fa2215e735564d43669e0553faeffc94 to your computer and use it in GitHub Desktop.

Select an option

Save orette/fa2215e735564d43669e0553faeffc94 to your computer and use it in GitHub Desktop.
Remove applications including bloatware from Android devices
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