From 94ebc238b39b38825ab2d6f0b81640a90b712394 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Fri, 7 Aug 2009 13:21:15 -0700 Subject: Fix bug 2022435. When the user clicks "install" for the TTS language pack installer and the download completes, the addition of the corresponding package is picked up by VoiceDataInstallerReceiver. It then causes the installer to run by firing off the RUN_TTS_DATA_INSTALLER event. This is less confusing for the user because the installation of the language files is now automatic once the download is initiated. Before, the user had to "open" the installer after the download completed. --- picolanginstaller/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'picolanginstaller') diff --git a/picolanginstaller/AndroidManifest.xml b/picolanginstaller/AndroidManifest.xml index 52ffd29..fcb66b6 100755 --- a/picolanginstaller/AndroidManifest.xml +++ b/picolanginstaller/AndroidManifest.xml @@ -12,6 +12,10 @@ + + + + -- cgit v1.1