File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
core/java/android/text/style Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments