Skip to content

Commit 6f44442

Browse files
satok16Android (Google) Code Review
authored andcommitted
Merge "Make FLAG_AUTO_CORRECTION public" into ics-mr1
2 parents 08d0f64 + 0f0a394 commit 6f44442

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

api/current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21026,6 +21026,7 @@ package android.text.style {
2102621026
method public void writeToParcel(android.os.Parcel, int);
2102721027
field public static final java.lang.String ACTION_SUGGESTION_PICKED = "android.text.style.SUGGESTION_PICKED";
2102821028
field public static final android.os.Parcelable.Creator CREATOR;
21029+
field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
2102921030
field public static final int FLAG_EASY_CORRECT = 1; // 0x1
2103021031
field public static final int FLAG_MISSPELLED = 2; // 0x2
2103121032
field public static final int SUGGESTIONS_MAX_SIZE = 5; // 0x5

core/java/android/text/style/SuggestionSpan.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class SuggestionSpan extends CharacterStyle implements ParcelableSpan {
6060
* Sets this flag if the auto correction is about to be applied to a word/text
6161
* that the user is typing/composing. This type of suggestion is rendered differently
6262
* to indicate the auto correction is happening.
63-
* @hide
6463
*/
6564
public static final int FLAG_AUTO_CORRECTION = 0x0004;
6665

0 commit comments

Comments
 (0)