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.