summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-10-05 11:35:33 -0700
committerScott Main <smain@google.com>2011-10-05 12:23:04 -0700
commitc4c541a0dab65c2808e0a927a2c91d6e596e7a0d (patch)
treeda456123a447ed25b59b0d68c5c577af9732dcff /docs/html/resources
parent50dabc5f0efbe2c4a987579cb2ad94132ee587be (diff)
downloadframeworks_base-c4c541a0dab65c2808e0a927a2c91d6e596e7a0d.zip
frameworks_base-c4c541a0dab65c2808e0a927a2c91d6e596e7a0d.tar.gz
frameworks_base-c4c541a0dab65c2808e0a927a2c91d6e596e7a0d.tar.bz2
docs: add sample spellcheckerservice to resources docs
Change-Id: I16420a6ade14a7c78f2fa4a6d2a5f6ef6717ac5d
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/resources-data.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index d7700ee..796b30a 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -588,6 +588,16 @@ var ANDROID_RESOURCES = [
}
},
{
+ tags: ['sample', 'input', 'new'],
+ path: 'samples/SampleSpellCheckerService/index.html',
+ title: {
+ en: 'Spell Checker'
+ },
+ description: {
+ en: 'An example spell checker service, using the <a href="'+toRoot+'reference/android/service/textservice/SpellCheckerService.html"><code>SpellCheckerservice</code></a>.'
+ }
+ },
+ {
tags: ['sample', 'accountsync'],
path: 'samples/SampleSyncAdapter/index.html',
title: {
@@ -701,7 +711,7 @@ var ANDROID_RESOURCES = [
tags: ['sample', 'data', 'new'],
path: 'samples/VoicemailProviderDemo/index.html',
title: {
- en: 'Voicemail Provider Demo'
+ en: 'Voicemail Provider'
},
description: {
en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.'