diff --git a/api/current.xml b/api/current.xml index b704eb3fdc8d6..808a254aa2a82 100644 --- a/api/current.xml +++ b/api/current.xml @@ -113994,6 +113994,17 @@ visibility="public" > + + + + * */ - @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_CHECK_TTS_DATA = "android.speech.tts.engine.CHECK_TTS_DATA"; @@ -241,11 +243,11 @@ public class TextToSpeech { // extras for a TTS engine's data installation /** - * Extra information received with the {@link #ACTION_TTS_DATA_INSTALLED} intent - * which indicates whether the TTS data installation requested with - * {@link #ACTION_INSTALL_TTS_DATA} completed successfully or not. The value is - * {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}. - * {@hide} + * Extra information received with the {@link #ACTION_TTS_DATA_INSTALLED} intent. + * It indicates whether the data files for the synthesis engine were successfully + * installed. The installation was initiated with the {@link #ACTION_INSTALL_TTS_DATA} + * intent. The possible values for this extra are + * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}. */ public static final String EXTRA_TTS_DATA_INSTALLED = "dataInstalled";