MeowerMisfit817@lemmy.world to privacy@lemmy.caEnglish · 2 个月前Can 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 个月前message-square14linkfedilink
minus-squareKyrexlinkfedilinkarrow-up1·2 个月前Yes 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·2 个月前I 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.