Add hello spell checker sample client app

Bug: 4973788

Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
This commit is contained in:
satok
2011-10-18 17:38:42 +09:00
parent 81ed01e704
commit 47b8def1e3
19 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +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>
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>