How to install specific TTS engine programmatically in Android?
问题 I am trying to add to my app specific TTS engine - not system based, so each person will have another, but one for all. In documentation there is method:setEngineByPackageName(), which looks like it will make what I want. However, looking on other similar problems earlier I've found something using this method: https://stackoverflow.com/questions/12549086/selecting-required-tts-programmatically-in-android. It looks quite ok, but it is used after system checking if TTS engine is installed, and