breber / cardgames

Repository for continuation of CS309 Project
https://play.google.com/store/apps/details?id=com.worthwhilegames.cardgames
3 stars 1 forks source link

Check if TTS exists before trying to initialize it #36

Closed breber closed 11 years ago

breber commented 11 years ago

Some devices do not have TTS available by default. I currently have CyanogenMod 10.1 on my Xoom, and it doesn't. A force close dialog shows up every time I start the app, and it is dealing with the TTS engine. The whole app doesn't crash, but it is still an annoyance.

This site (http://android-developers.blogspot.fr/2009/09/introduction-to-text-to-speech-in.html) gives information about how to check if TTS exists, and what to do if it doesn't.