OSDN Git Service

Stop using a deprecated constructor of InputMethodSettings.
authorYohei Yukawa <yukawa@google.com>
Thu, 17 Mar 2016 03:50:28 +0000 (20:50 -0700)
committerYohei Yukawa <yukawa@google.com>
Thu, 17 Mar 2016 03:50:28 +0000 (20:50 -0700)
commit143a6869476a4be5962d4bba3b222d078f46b9a0
treea774b4f63a47646b9ab731f1bfa0ecca6a0a9486
parent2ccf1fd7c90b75f1cbf9a4639af926d16d50ca2e
Stop using a deprecated constructor of InputMethodSettings.

This is a follow up CL to my previous CL [1], which added a new
constructor to InputMethodSettings to support File-Based
Encryption (FBE).

Settings app is the only remaining package that depends on the previous
constructor.  To completely deprecate the previous one, this CL lets the
caller switch to the new constructor.

Note that this CL does not change the initial parameters of
InputMethodSettings.  In other words this is a mechanical code
clean-up.

  [1] I9c6f9bb3d51174198e5f73588637f87ea0d90e11
      5db2f16f15549c490c9541602a96f42bef984acb

Bug: 26279466
Change-Id: I09cba4066b95c4a9e89a3e4f83d75b97882502dc
src/com/android/settings/inputmethod/InputMethodSettingValuesWrapper.java
src/com/android/settings/inputmethod/PhysicalKeyboardFragment.java