diff options
author | Narayan Kamath <narayan@google.com> | 2011-07-06 02:01:59 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-06 02:01:59 -0700 |
commit | 42de13c3b01daa755cb6b7b83b3429c53238fd4a (patch) | |
tree | 397ca46e155555bdb2a9b4cfdf19209ab0a2f08a /docs/html | |
parent | e074e221a8d80b79ec2e8eca0dc026bfcce87cd2 (diff) | |
parent | af1ad3cc2d6152dfe62520a87bf5fa85337ca1ab (diff) | |
download | frameworks_base-42de13c3b01daa755cb6b7b83b3429c53238fd4a.zip frameworks_base-42de13c3b01daa755cb6b7b83b3429c53238fd4a.tar.gz frameworks_base-42de13c3b01daa755cb6b7b83b3429c53238fd4a.tar.bz2 |
Merge "Add a sample app for the TTS engine API"
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/resources/resources-data.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index e8c9ae7..0fc10bf 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -726,6 +726,16 @@ var ANDROID_RESOURCES = [ en: 'Binding data to views using XML Adapters examples.' } }, + { + tags: ['sample', 'new', 'accessibility'], + path: 'samples/TtsEngine/index.html', + title: { + en: 'Text To Speech Engine' + }, + description: { + en: 'An example Text To Speech engine written using the android text to speech engine API.' + } + }, ///////////////// /// TUTORIALS /// |