summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-04-11 20:40:07 +0900
committersatok <satok@google.com>2012-04-16 20:02:37 +0900
commitc7ee1b9369ffd7c21a70738056a82dc4238e7fc1 (patch)
treebbbe595aff7a03e45d51815b10b9740d78a73942 /core/res
parent52c5acacd477cf77a6513ac870251de6bde93a43 (diff)
downloadframeworks_base-c7ee1b9369ffd7c21a70738056a82dc4238e7fc1.zip
frameworks_base-c7ee1b9369ffd7c21a70738056a82dc4238e7fc1.tar.gz
frameworks_base-c7ee1b9369ffd7c21a70738056a82dc4238e7fc1.tar.bz2
Get rid of "isSentenceLevelSpellCheckSupported"
Bug: 6320351 Change-Id: I0e931b7248f8c65268b60af599c07432d58d2f1f
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/attrs.xml2
-rw-r--r--core/res/res/values/public.xml2
2 files changed, 0 insertions, 4 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index de24d10..600a834 100755
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2367,8 +2367,6 @@
<!-- Component name of an activity that allows the user to modify
the settings for this service. -->
<attr name="settingsActivity"/>
- <!-- Set true when the spell checker supports sentence level spell checking. -->
- <attr name="supportsSentenceSpellCheck" format="boolean" />
</declare-styleable>
<!-- This is the subtype of the spell checker. Subtype can describe locales (e.g. en_US, fr_FR...) -->
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 4a5e442..8ac94fb 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -3588,8 +3588,6 @@
<public type="attr" name="parentActivityName" />
- <public type="attr" name="supportsSentenceSpellCheck" />
-
<public type="attr" name="importantForAccessibility"/>
</resources>