summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-04-16 22:07:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-16 22:07:45 -0700
commitfbf7e1f343b4d61c48187adb123a4308e809a92d (patch)
tree0bc62e4e60724dd475d9fd4575d992664b2ef376 /core/res
parent55a28720fe7ecb100a8068d818c6055678e85ed5 (diff)
parentc7ee1b9369ffd7c21a70738056a82dc4238e7fc1 (diff)
downloadframeworks_base-fbf7e1f343b4d61c48187adb123a4308e809a92d.zip
frameworks_base-fbf7e1f343b4d61c48187adb123a4308e809a92d.tar.gz
frameworks_base-fbf7e1f343b4d61c48187adb123a4308e809a92d.tar.bz2
Merge "Get rid of "isSentenceLevelSpellCheckSupported""
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>