MeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 3 months agoCan I uninstall this Google service without affecting my phone negatively?lemmy.worldexternal-linkmessage-square14fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkCan I uninstall this Google service without affecting my phone negatively?lemmy.worldMeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 3 months agomessage-square14fedilink
minus-squareKyrex@lemmy.frozeninferno.xyzlinkfedilinkarrow-up0·3 months 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-up0·3 months 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.