diff options
author | satok <satok@google.com> | 2011-10-26 20:18:19 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-10-26 20:18:19 +0000 |
commit | cbb7bdff0ad8c334e23d788ca2495fa0a9beb59f (patch) | |
tree | 83211d89bbffa581209e8d6fc69905a2e3aa3c1e /api | |
parent | 0cbdec51d1c3f2fb214f818df623825f8f44cde0 (diff) | |
parent | 6f444425fe1bb62e12973c5df6a3161bc2aa2ce7 (diff) | |
download | frameworks_base-cbb7bdff0ad8c334e23d788ca2495fa0a9beb59f.zip frameworks_base-cbb7bdff0ad8c334e23d788ca2495fa0a9beb59f.tar.gz frameworks_base-cbb7bdff0ad8c334e23d788ca2495fa0a9beb59f.tar.bz2 |
am 6f444425: Merge "Make FLAG_AUTO_CORRECTION public" into ics-mr1
* commit '6f444425fe1bb62e12973c5df6a3161bc2aa2ce7':
Make FLAG_AUTO_CORRECTION public
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a52a9b7..5379f8a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -21026,6 +21026,7 @@ package android.text.style { method public void writeToParcel(android.os.Parcel, int); field public static final java.lang.String ACTION_SUGGESTION_PICKED = "android.text.style.SUGGESTION_PICKED"; field public static final android.os.Parcelable.Creator CREATOR; + field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4 field public static final int FLAG_EASY_CORRECT = 1; // 0x1 field public static final int FLAG_MISSPELLED = 2; // 0x2 field public static final int SUGGESTIONS_MAX_SIZE = 5; // 0x5 |