OSDN Git Service

Add utility of enabled InputMethod settings to InputMethodManagerService
authorsatok <satok@google.com>
Wed, 29 Sep 2010 02:52:06 +0000 (11:52 +0900)
committersatok <satok@google.com>
Tue, 5 Oct 2010 05:51:31 +0000 (14:51 +0900)
commitd87c2594c688b4ed8fc9c14053abfbc5ea87fb5e
tree2696f96d97e80803e0abf9e246f319a42e728458
parent2fe9a8f6f6a5264597a9dbed2fb2e02d84853189
Add utility of enabled InputMethod settings to InputMethodManagerService

- Add setter of enabled InputMethodSubtypes
- Enabled InputMethods are saved as follows:
-- enabled_inputmethod0;enabled_subtype0;enabled_subtype1:enabled_inputmethod1
- TODO: Fix Settings application to parse new Enabled InputMethod string.
-- Currently IMMS doesn't save InputMethodSubtypes so this will not break Settings application.

Change-Id: Icd0f13de396ce286ff6563e8c2775d53bcdacbf3
services/java/com/android/server/InputMethodManagerService.java