diff options
author | Yohei Yukawa <yukawa@google.com> | 2014-06-25 19:46:47 +0900 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2014-06-30 09:42:18 +0900 |
commit | 5d6b6f2892c90e95ef3bc650a245a5f2ca021d38 (patch) | |
tree | 50b7c124d3424ab13c203ba7a470fde7d46fa92c /api/current.txt | |
parent | 9c5ac7aef16d26bfa9d8f4b9bd1fec4c5b93b69f (diff) | |
download | frameworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.zip frameworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.tar.gz frameworks_base-5d6b6f2892c90e95ef3bc650a245a5f2ca021d38.tar.bz2 |
Allow TextInfo to store ParcelableSpans for TextService
This CL adds a new constructor of TextService so that spell
parcelable spans can be preserved in TextInfo. The primary usage
scenario is to provide locale information for spell checker
service.
BUG: 15869548
Change-Id: Ib58ece68dee4c6187d469049fca8c35a307c7a01
Diffstat (limited to 'api/current.txt')
-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 b7d62da..5c5f851 100644 --- a/api/current.txt +++ b/api/current.txt @@ -35302,6 +35302,7 @@ package android.view.textservice { public final class TextInfo implements android.os.Parcelable { ctor public TextInfo(java.lang.String); ctor public TextInfo(java.lang.String, int, int); + ctor public TextInfo(java.lang.CharSequence, int, int, int, int); ctor public TextInfo(android.os.Parcel); method public int describeContents(); method public int getCookie(); |