If you would like to remove the builtin YouTube app, for example, if you have adb
, you can uninstall the App like so:
adb shell
pm uninstall -k --user 0 com.google.android.youtube
If you would like to remove the builtin Chrome app, you can uninstall the App like so:
adb shell
pm uninstall -k --user 0 com.android.chrome
The play store:
adb shell
pm uninstall -k --user 0 com.android.vending
GMail:
adb shell
pm uninstall -k --user 0 com.google.android.gm
Google Quick Search box:
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
Google News:
adb shell
pm uninstall -k --user 0 com.google.android.apps.magazines
How to block adb after doing the above:
pluck + block port 5037
For more details, including information about how to get adb
, see https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/amp/
Last updated: 0001-01-01