From 62253a319d6359ce71c547d0b0aa36ba17789ab4 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Tue, 14 Jul 2009 13:55:19 -0700 Subject: [PATCH] Unhide required definitions in TextToSpeech.Engine that cover return codes and extras for android.intent.action.CHECK_TTS_DATA intent, and the key values for the parameter hashmap that can be passed by an application in speak(), synthesizeToFile(), playSilence() and playEarcon(). --- api/current.xml | 138 ++++++++++++++++++ .../java/android/speech/tts/TextToSpeech.java | 94 +++++++++++- 2 files changed, 229 insertions(+), 3 deletions(-) diff --git a/api/current.xml b/api/current.xml index a10109c3ed086..6a5680d69c088 100644 --- a/api/current.xml +++ b/api/current.xml @@ -111383,6 +111383,144 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + +