blob: 414c629875459151318c136d768f891ddf9dd84c [file] [log] [blame]
satok47b8def2011-10-18 17:38:42 +09001<p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a
2href="../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
3and <code><a href="../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
4APIs introduced in Android 4.0 (API level 14).</p>
5<p>For an example that implements a custom spell checker service, see the <a href="../SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p>