From 49a60157d1c4b49450410fc30b8fcd8ab0e3480b Mon Sep 17 00:00:00 2001 From: Charles Chen Date: Wed, 15 Jul 2009 19:12:07 -0700 Subject: [PATCH] Adding public intents for TTS to enable checking for TTS data, installing TTS data, and finding out when the TTS queue has finished processing. --- api/current.xml | 33 +++++++++++++++++++++ core/java/android/content/Intent.java | 41 +++++++++++++++++++++++++-- 2 files changed, 72 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index afba8946e8cea..a0886648d19e3 100644 --- a/api/current.xml +++ b/api/current.xml @@ -32173,6 +32173,39 @@ visibility="public" > + + + + + + Moreover, the data received in the activity result will contain the following + * fields: + * + */ + @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) + public static final String ACTION_TTS_CHECK_TTS_DATA = + "android.intent.action.CHECK_TTS_DATA"; /** - * @hide - * TODO: This will be unhidden in a later CL. * Broadcast Action: The TextToSpeech synthesizer has completed processing * all of the text in the speech queue. */