Reproducing series of blog posts by: Nico Brailovsky in a (hopefully) more readable way.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# source: https://forum.xda-developers.com/t/guide-debloat-remove-stock-apps-without-root.3829593/ | |
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Hangout | |
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive | |
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps | |
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos | |
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo | |
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google App | |
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music | |
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies |
NewerOlder