This method of the SystemX class sets a new input method manager.
public static void setInputManager(InputManagerListener imm, boolean retainCurrentList);
imm | The new input method manager. Set to null to disable input method manager services. If the new manager inherits the IME list from the previous one, set retainCurrentList to true. |
retainCurrentList | The parameter returns true if the new input method manager inherits the list of IMEs. Otherwise, returns false. |