Can I uninstall this Google service without affecting my phone negatively?
Can I uninstall this Google service without affecting my phone negatively?
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