diff options
Diffstat (limited to 'docs/html/resources/resources-data.js')
| -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 03a5c02..7751c82 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -231,6 +231,16 @@ var ANDROID_RESOURCES = [ } }, { + tags: ['article', 'input', 'search', 'ui'], + path: 'articles/speech-input.html', + title: { + en: 'Speech Input' + }, + description: { + en: 'This articles describes the basics of integrating speech recognition into Android applications.' + } + }, + { tags: ['article', 'ui'], path: 'articles/touch-mode.html', title: { |
