diff options
| author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-08-14 15:44:31 -0700 |
|---|---|---|
| committer | Jean-Michel Trivi <jmtrivi@google.com> | 2009-08-14 15:44:31 -0700 |
| commit | 9f5eadd2eed8b95c077a15d9e3e3c66fd151c215 (patch) | |
| tree | 70be8f3a4d506d6117dd8f7a0d65e3599a4123ca /api | |
| parent | c1c432f57b782ed9d8d65be7ea1bee1e1d7d7839 (diff) | |
| download | frameworks_base-9f5eadd2eed8b95c077a15d9e3e3c66fd151c215.zip frameworks_base-9f5eadd2eed8b95c077a15d9e3e3c66fd151c215.tar.gz frameworks_base-9f5eadd2eed8b95c077a15d9e3e3c66fd151c215.tar.bz2 | |
Unhide the broadcast intent that signals completion of the TTS language
files. This is required for bug 2022435.
Correct the javadoc where two intents were mislabelled as broadcast,
but were activity actions.
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index ffbe6e2..e629082 100644 --- a/api/current.xml +++ b/api/current.xml @@ -109309,6 +109309,17 @@ visibility="public" > </field> +<field name="ACTION_TTS_DATA_INSTALLED" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.speech.tts.engine.TTS_DATA_INSTALLED"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="CHECK_VOICE_DATA_BAD_DATA" type="int" transient="false" @@ -109375,6 +109386,17 @@ visibility="public" > </field> +<field name="EXTRA_TTS_DATA_INSTALLED" + type="java.lang.String" + transient="false" + volatile="false" + value=""dataInstalled"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="EXTRA_VOICE_DATA_FILES" type="java.lang.String" transient="false" |
