A curated list of OEM and Bloatware packages that can be safely uninstalled from your Android device using ADB. **Includes lists for Waydroid, Huawei Matepad, and Android TV.**
<
adb shell pm uninstall --user 0 <package_name>
Removes app for current user only → no risk of bricking
adb shell cmd package install-existing <package_name>
adb shell su -c "pm uninstall --keep-data <package_name>"
Warning: Can brick your device if you remove critical system apps!
adb shell pm list packages | grep keyword
Loading package data...