commit | ed06578eddde07abe325fa4c92910bb7246cd49f | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Tue Jul 28 14:31:48 2009 -0700 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Wed Jul 29 11:26:10 2009 -0700 |
tree | fbef6293b4f1e924602b54e02c37415960604c84 | |
parent | 0869f7ef1efa9fe2e26b20e525952ad611d379aa [diff] |
Fix bug 2017664 Removed the TTS_ prefix in the TextToSpeech class to follow the standard naming convention. Moved the TTS-related intents from the Intent class to TextToSpeech and TextToSpeech.Engine. Renamed the TextToSpeech.Engine constants that are used as extras for the ACTION_TTS_CHECK_TTS_DATA intent to prefix them with EXTRA_. Cleaned up the other TextToSpeech.Engine constant to remove superfluous mentions of "TTS" in the name.