From e8916f1ec07886a8696ee1a0086511e218cf05bf Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 5 Oct 2011 12:37:39 -0700 Subject: [PATCH] add HTML landing page for spell checker sample. Could use some more info. Change-Id: Ic747474c2c71afcc2bd88a30017bc2709c5b5c5c --- samples/SampleSpellCheckerService/_index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 samples/SampleSpellCheckerService/_index.html diff --git a/samples/SampleSpellCheckerService/_index.html b/samples/SampleSpellCheckerService/_index.html new file mode 100755 index 000000000..6a6ab678c --- /dev/null +++ b/samples/SampleSpellCheckerService/_index.html @@ -0,0 +1,3 @@ +

A sample showing how to create a spell checker with the SpellCheckerService +APIs introduced in Android 4.0 (API level 14).