MeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 2 months agoCan I uninstall this Google service without affecting my phone negatively?lemmy.worldimagemessage-square14linkfedilinkarrow-up136arrow-down10
arrow-up136arrow-down1imageCan I uninstall this Google service without affecting my phone negatively?lemmy.worldMeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 2 months agomessage-square14linkfedilink
minus-squareKyrex@lemmy.frozeninferno.xyzlinkfedilinkarrow-up1·1 month agoYes you can. Enable USB debugging and do this adb command: adb shell pm uninstall --user 0 com.google.android.tts And if you want to restore it: adb shell cmd package install-existing --user 0 com.google.android.tts
minus-squareMeowerMisfit817@lemmy.worldOPlinkfedilinkarrow-up2·1 month agoI used Brevent on my phone to uninstall it.
Yes you can. Enable USB debugging and do this adb command:
adb shell pm uninstall --user 0 com.google.android.ttsAnd if you want to restore it:
adb shell cmd package install-existing --user 0 com.google.android.ttsI used Brevent on my phone to uninstall it.