Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1301f092 authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Update links for SampleSpellCheckerService for I938ba499" into ics-mr0

parents 9397f580 44619d3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -434,8 +434,8 @@ web_docs_sample_code_flags := \
		            resources/samples/NFCDemo "NFC Demo" \
		-samplecode $(sample_dir)/NotePad \
		            resources/samples/NotePad "Note Pad" \
		-samplecode $(sample_dir)/SampleSpellCheckerService \
		            resources/samples/SampleSpellCheckerService "Spell Checker" \
		-samplecode $(sample_dir)/SpellChecker/SampleSpellCheckerService \
		            resources/samples/SpellChecker/SampleSpellCheckerService "Spell Checker" \
		-samplecode $(sample_dir)/SampleSyncAdapter \
		            resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
		-samplecode $(sample_dir)/RandomMusicPlayer \
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ checker. For example:</p>
</pre>

<p>For example code, see the <a
href="{@docRoot}resources/samples/SampleSpellCheckerService/index.html">Spell
href="{@docRoot}resources/samples/SpellChecker/SampleSpellCheckerService/index.html">Spell
Checker</a> sample app.</p>
</BODY>
</HTML>
+1 −1
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@ var ANDROID_RESOURCES = [
  },
  {
    tags: ['sample', 'input', 'new'],
    path: 'samples/SampleSpellCheckerService/index.html',
    path: 'samples/SpellChecker/SampleSpellCheckerService/index.html',
    title: {
      en: 'Spell Checker'
    },
+2 −2
Original line number Diff line number Diff line
@@ -957,8 +957,8 @@ android:name="android.service.textservice.SpellCheckerService" />} as the intent
include a {@code &lt;meta-data&gt;} element that declares configuration information for the spell
checker. </p>

<p>See the <a href="{@docRoot}resources/samples/SampleSpellCheckerService/index.html">Spell
Checker</a> sample app for example code.</p>
<p>See the <a href="{@docRoot}resources/samples/SpellChecker/SampleSpellCheckerService/index.html">
Spell Checker</a> sample app for example code.</p>