Can I uninstall this Google service without affecting my phone negatively?
Can I uninstall this Google service without affecting my phone negatively?
I don’t have it installed on my phone and it works just fine.
/GrapheneOS
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