Skip to content

Instantly share code, notes, and snippets.

@ace3
Created July 25, 2021 16:03
Show Gist options
  • Save ace3/407d16e3043882b9634c760dabf7652c to your computer and use it in GitHub Desktop.
Save ace3/407d16e3043882b9634c760dabf7652c to your computer and use it in GitHub Desktop.

ADB Remove Bloatware

ADB into Devices

adb devices

Into shell Mode

adb shell

To Remove Unneeded Apps

pm uninstall -k --user 0 com.heytap.browser
pm uninstall -k --user 0 com.heytap.cloud
pm uninstall -k --user 0 com.heytap.market
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment