summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-10-28 18:26:40 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-28 18:26:40 -0700
commit4a6d0879465ea6eb52b2b75e9fa2a4a84e1b0d86 (patch)
tree31d67f78353f3a2bdf6b48d66dd77c7ce49a812c /api
parentf0fd595f0f3203fb81cb39a367b2a06647db907d (diff)
parenta17b3506234638ef257a6b751a97931dc347a21b (diff)
downloadframeworks_base-4a6d0879465ea6eb52b2b75e9fa2a4a84e1b0d86.zip
frameworks_base-4a6d0879465ea6eb52b2b75e9fa2a4a84e1b0d86.tar.gz
frameworks_base-4a6d0879465ea6eb52b2b75e9fa2a4a84e1b0d86.tar.bz2
Merge "Add a flag for recommended suggestions of the spell checker" into ics-mr1
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 97f338f..8654f67 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -24785,6 +24785,7 @@ package android.view.textservice {
method public void setCookieAndSequence(int, int);
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator CREATOR;
+ field public static final int RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS = 4; // 0x4
field public static final int RESULT_ATTR_IN_THE_DICTIONARY = 1; // 0x1
field public static final int RESULT_ATTR_LOOKS_LIKE_TYPO = 2; // 0x2
}