blob: 6a870083756f7ab999fa00650f47f8bb00959cb3 [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
Ken Wakasac3b08372011-11-07 20:00:25 +09002href="../../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
3and <code><a href="../../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
satok47b8def2011-10-18 17:38:42 +09004APIs 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>