OSDN Git Service

Merge change 8860 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 29 Jul 2009 18:38:44 +0000 (11:38 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 29 Jul 2009 18:38:44 +0000 (11:38 -0700)
commit4efd8714fb0651e035fa8f38415c74855905dc62
treeeeff57550b1220cb0f716adac2e8df057ad5d27a
parent5979ff6464ac128cb45fd1f2766d49da13305155
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.