commit | 443c2bafd824779a75cd4b922b6839a8df9795e9 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Sep 10 14:10:30 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Wed Sep 10 15:42:14 2014 +0900 |
tree | d19d285b70d435fa4f9f4631d13f12549f29812e | |
parent | f14fb34292a31b278501e325a7f89745a91abf5a [diff] |
Use public APIs to instantiate InputMethodSubtype This is a groundwork for subsequent CLs that are supposed to improve default input method selection logics. Historically we have had a @hide constructor of InputMethodSubtype. However, this contructor is a bit obsolete because we can not specify some parameters that were added in recent platform releases. We should use InputMethodSubtypeBuilder instead. BUG: 17347871 Change-Id: I72ad79682a58344e14380eb20e26edf98aee37cd