From 90fcc2183e3f2a2f6c4b1683242cf8994e84bd07 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Wed, 5 Oct 2011 18:07:05 -0700
Subject: [PATCH] add minsdkversion to spell checker sample and more info to
html page
Change-Id: Icbd492e61c14f78d52d731c16c55620e9b5adc7d
---
samples/SampleSpellCheckerService/AndroidManifest.xml | 1 +
samples/SampleSpellCheckerService/_index.html | 2 ++
2 files changed, 3 insertions(+)
diff --git a/samples/SampleSpellCheckerService/AndroidManifest.xml b/samples/SampleSpellCheckerService/AndroidManifest.xml
index ba3229438..fcb1671b7 100644
--- a/samples/SampleSpellCheckerService/AndroidManifest.xml
+++ b/samples/SampleSpellCheckerService/AndroidManifest.xml
@@ -19,6 +19,7 @@
+
A sample showing how to create a spell checker with the SpellCheckerService
APIs introduced in Android 4.0 (API level 14).
+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.