diff options
author | Dirk Dougherty <ddougherty@google.com> | 2012-03-05 22:55:49 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-05 22:55:49 -0800 |
commit | 56bab8bd83c4f54f876fdd76fc241197920129db (patch) | |
tree | a8ba602924d8f36f9654b0219f366562435836d0 /docs/html/resources/articles/tts.jd | |
parent | 5ab7b3d111feb28def87b3ed40b3e877c5f977e2 (diff) | |
parent | 4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219 (diff) | |
download | frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.zip frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.gz frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.bz2 |
am 4d7bc655: Doc change: String changes for Android Market
* commit '4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219':
Doc change: String changes for Android Market
Diffstat (limited to 'docs/html/resources/articles/tts.jd')
-rw-r--r-- | docs/html/resources/articles/tts.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/articles/tts.jd b/docs/html/resources/articles/tts.jd index 7d07a89..929d084 100644 --- a/docs/html/resources/articles/tts.jd +++ b/docs/html/resources/articles/tts.jd @@ -43,7 +43,7 @@ our know to install the data that's required for the device to become a multi-lingual talking machine! Downloading and installing the data is accomplished by firing off the ACTION_INSTALL_TTS_DATA intent, which will take -the user to Android Market, and will let her/him initiate the download. +the user to Google Play, and will let her/him initiate the download. Installation of the data will happen automatically once the download completes. Here is an example of what your implementation of <code>onActivityResult()</code> would look like:</p> |