commit | f98d728537da625856f55e124da8b984f6f11322 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Fri Aug 07 17:15:20 2009 -0700 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Mon Aug 10 15:21:06 2009 -0700 |
tree | 50599de236f599ecb1f2f219199f958d194778d7 | |
parent | 94ebc238b39b38825ab2d6f0b81640a90b712394 [diff] |
Fix bug 2022435. After the user has initiated the download of the TTS language pack installer, and that the installer has automatically started running, the installer (in InstallerActivity) will broadcast an event (TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED) to signal the completion and success of the installation. The event is picked up by LangPackUninstaller which triggers the deletion of the installer package to avoid wasting space on the user's device.