In addition to the Pico TTS engine that comes with Android, I have another TTS engine installed. I can change which is the default used by the system -- manually:
Settings > Voice input & output > Text-to-speech settings > Default Engine
I would like to be able to do that programmatically, from within my application. Is this possible?
If so, how would I go about that?