satok | 47b8def | 2011-10-18 17:38:42 +0900 | [diff] [blame^] | 1 | <p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a |
| 2 | href="../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code> |
| 3 | and <code><a href="../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code> |
| 4 | APIs 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> |