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
#!/bin/bash | |
# dit zijn de paketten die IK van mijn (verder lege) telefoon heb verwijderd. | |
exit | |
adb shell pm uninstall -k --user 0 com.android.bio.face.service | |
adb shell pm uninstall -k --user 0 com.diotek.sec.lookup.dictionary | |
adb shell pm uninstall -k --user 0 com.enhance.gameservice | |
adb shell pm uninstall -k --user 0 com.facebook.appmanager | |
adb shell pm uninstall -k --user 0 com.facebook.katana | |
adb shell pm uninstall -k --user 0 com.facebook.services | |
adb shell pm uninstall -k --user 0 com.facebook.system |