Show physical keyboard control button on the input method switch dialog
Bug: 5240095 Change-Id: Ica768083f95c33dc1e494a28ba7d8b6eb989b0ef
This commit is contained in:
@ -274,7 +274,7 @@ class ServerThread extends Thread {
|
||||
if (factoryTest != SystemServer.FACTORY_TEST_LOW_LEVEL) {
|
||||
try {
|
||||
Slog.i(TAG, "Input Method Service");
|
||||
imm = new InputMethodManagerService(context);
|
||||
imm = new InputMethodManagerService(context, wm);
|
||||
ServiceManager.addService(Context.INPUT_METHOD_SERVICE, imm);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting Input Manager Service", e);
|
||||
|
Reference in New Issue
Block a user