This file contains 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
The first command uninstalls updates and clears data. | |
The second command uninstalls the system app all together. | |
Run commands in this order to get rid of YouTube forever. | |
-- | |
adb uninstall com.google.android.youtube | |
adb shell pm uninstall --user 0 com.google.android.youtube |