You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
547 B
6 lines
547 B
7 months ago
|
<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>
|
||
|
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>
|