Fix wrong paths to class references
Change-Id: I778be2217165185fbb8eef08b8a232ea7ba986f0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a
|
||||
href="../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
|
||||
and <code><a href="../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
|
||||
href="../../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
|
||||
and <code><a href="../../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
|
||||
APIs introduced in Android 4.0 (API level 14).</p>
|
||||
<p>For an example that implements a custom spell checker service, see the <a href="../SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<p>A sample showing how to create a spell checker with the <code><a
|
||||
href="../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
|
||||
href="../../../../reference/android/service/textservice/SpellCheckerService.html">SpellCheckerService</a></code>
|
||||
APIs introduced in Android 4.0 (API level 14).</p>
|
||||
<p>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. </p>
|
||||
|
||||
Reference in New Issue
Block a user