My android app is implementing TexttoSpeech services.
I am testing the app using a Samsung device.
By default, it is using the TTS from Google, then one day an alert popped up asking whether to use the Samsung TTS, I have clicked 'yes' and since then I cannot find the Google TTS anymore.
12-30 22:03:37.476: I/TextToSpeech(8921): Sucessfully bound to com.samsung.SMT
Samsung TTS has a better voice, yet it is reading very slow, significantly delayed, small volume, and boring.
Question:
My question is that
How could I set back the system to use Google TTS?
Is there any code to lock the app to use Google TTS and do not pop up messages to ask for installing other providers' TTS services, or at least to let the user make their choice for the TTS services?