commit | 2bad713f31d642d5350949b90b3abe00fbd9ca55 | [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 | 9aaa0b38262107d30323945c35ef82f4f4dff243 | |
parent | b307c8945d4bf8d843445f3cc6d727f4e43d90f0 [diff] | |
parent | ed06578eddde07abe325fa4c92910bb7246cd49f [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.