January 04, 2021
If you have Samsung/Huawei/LG… or basically any android phone, you already noticed that it ships with preinstalled apps that you may not ever use. To free up the space on your device and tidy up your app launcher, here’s what you need to do:
# Should show some number/letter sequence. This is your device.adb devices# This will log you into the deviceadb shell# List all installed packagespm list# Uninstall selected apppm uninstall -k --user 0 <http://package.name>
If you’re unsure which “package” does what, just paste it in the url of google store lik on image below
Written by Milan Miljkovic — a tech enthusiast and design system practitioner.