aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/spellchecker.xml
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-11-10 08:21:42 +0900
committerJean Chalard <jchalard@google.com>2011-11-30 18:58:10 +0900
commitdb5aedb5a5eea5224e5a732b689c97eead2e35f4 (patch)
tree6422874a7254fc6b6b401f5e1739f1023a8fd075 /java/res/xml/spellchecker.xml
parent70b8934f0e919b8a85067c6b5bc09471888cf666 (diff)
downloadlatinime-db5aedb5a5eea5224e5a732b689c97eead2e35f4.tar.gz
latinime-db5aedb5a5eea5224e5a732b689c97eead2e35f4.tar.xz
latinime-db5aedb5a5eea5224e5a732b689c97eead2e35f4.zip
Add an option to use contacts or not while spell checking
Bug: 5447495 Change-Id: Iffb09895676c3dd1a79d1699b0eac865282508d4
Diffstat (limited to 'java/res/xml/spellchecker.xml')
-rw-r--r--java/res/xml/spellchecker.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index 30fac5b20..d1269d878 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -21,7 +21,8 @@
<!-- for the spell checker -->
<spell-checker xmlns:android="http://schemas.android.com/apk/res/android"
- android:label="@string/spell_checker_service_name">
+ android:label="@string/spell_checker_service_name"
+ android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity">
<subtype
android:label="@string/subtype_generic"
android:subtypeLocale="en"