commit | 4efd8714fb0651e035fa8f38415c74855905dc62 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 29 11:38:44 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 29 11:38:44 2009 -0700 |
tree | eeff57550b1220cb0f716adac2e8df057ad5d27a | |
parent | 5979ff6464ac128cb45fd1f2766d49da13305155 [diff] |
Merge change 8860 into donut * changes: 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.