commit | 777ef95ebf18c61ff09e7567a06058d351c530ca | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Nov 25 20:32:24 2015 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Nov 26 00:02:05 2015 -0800 |
tree | ff8a95cf799d0e0f5d91abbf6cfc05027296b233 | |
parent | 83b41adbcae93d86864d96ab3d27adffdcc2e2b2 [diff] |
Use Context.getSystemService(Class<T>) for InputMethodManager. This is a mechanical replacement of Context.getSystemService(String) with Context.getSystemService(Class<T>) when retrieving InputMethodManager. Note those are bundled code. Hence we don't need to make sure Build.VERSION.SDK_INT >= 23. Change-Id: Icc64942ad8f11e44bf84f8d4fe476b2fdd1257f3