Skip to content

Commit 5a144de

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: add sample spellcheckerservice to resources docs"
2 parents 66fb1f3 + c4c541a commit 5a144de

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/html/resources/resources-data.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,16 @@ var ANDROID_RESOURCES = [
587587
en: 'A set of samples that demonstrate how to use various features of the RenderScript APIs.'
588588
}
589589
},
590+
{
591+
tags: ['sample', 'input', 'new'],
592+
path: 'samples/SampleSpellCheckerService/index.html',
593+
title: {
594+
en: 'Spell Checker'
595+
},
596+
description: {
597+
en: 'An example spell checker service, using the <a href="'+toRoot+'reference/android/service/textservice/SpellCheckerService.html"><code>SpellCheckerservice</code></a>.'
598+
}
599+
},
590600
{
591601
tags: ['sample', 'accountsync'],
592602
path: 'samples/SampleSyncAdapter/index.html',
@@ -701,7 +711,7 @@ var ANDROID_RESOURCES = [
701711
tags: ['sample', 'data', 'new'],
702712
path: 'samples/VoicemailProviderDemo/index.html',
703713
title: {
704-
en: 'Voicemail Provider Demo'
714+
en: 'Voicemail Provider'
705715
},
706716
description: {
707717
en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.'

0 commit comments

Comments
 (0)