commit | 18cd40930179a7c6ab30e4e5ce62919fde16ce6f | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 09 18:38:11 2009 -0400 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 09 18:38:11 2009 -0400 |
tree | 94a76343af400d151458831c52b4f369e1a363af | |
parent | 6ee7dd09138363737805ae1e6e93649959c6ab83 [diff] | |
parent | 58ea43acf9bccaeca8dbd12c185adabad67abf58 [diff] |
Merge change 24440 into eclair * changes: Fix bug 2078454 where clicking on Settings in the Home menu would take the user to Market after clicking on "Install Voice Data" in the TTS Settings page. Launching the Activity for the installation of the TTS data should be a distinct task, dissociated from the one associated with the Settings app. Also the intent ACTION_INSTALL_TTS_DATA doesn't return a result, so the activity should be started with startActivity() rather than startActivityForResult().