From c3b0837982378fc1277295fb2322e33f6414a0b9 Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Mon, 7 Nov 2011 20:00:25 +0900 Subject: [PATCH] Fix wrong paths to class references Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0 --- samples/SpellChecker/HelloSpellChecker/_index.html | 4 ++-- samples/SpellChecker/SampleSpellCheckerService/_index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/SpellChecker/HelloSpellChecker/_index.html b/samples/SpellChecker/HelloSpellChecker/_index.html index 414c62987..6a8700837 100755 --- a/samples/SpellChecker/HelloSpellChecker/_index.html +++ b/samples/SpellChecker/HelloSpellChecker/_index.html @@ -1,5 +1,5 @@

A simple activity that requests spelling suggestions from a spell checker service, using the TextServicesManager -and SpellCheckerSession +href="../../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager +and SpellCheckerSession APIs introduced in Android 4.0 (API level 14).

For an example that implements a custom spell checker service, see the Spell Checker sample app.

diff --git a/samples/SpellChecker/SampleSpellCheckerService/_index.html b/samples/SpellChecker/SampleSpellCheckerService/_index.html index d6dada9e7..b8c47eeef 100755 --- a/samples/SpellChecker/SampleSpellCheckerService/_index.html +++ b/samples/SpellChecker/SampleSpellCheckerService/_index.html @@ -1,5 +1,5 @@

A sample showing how to create a spell checker with the SpellCheckerService +href="../../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService APIs introduced in Android 4.0 (API level 14).

This app does not have a launcher activity. Once you install it, go to the system's input settings and enable "Sample correction" as the spelling correction service.