From 61c08240585a6186b4bd879d87f238b3efc368f8 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 19 Apr 2012 11:14:33 -0700 Subject: Don't load keyboard layout overlay for virtual keyboard. Bug: 6110399 Change-Id: I07c85cf991790ed8766b097acc39295a8065a5ea --- services/input/EventHub.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'services/input/EventHub.cpp') diff --git a/services/input/EventHub.cpp b/services/input/EventHub.cpp index 326dc3267e26..6ec020cb9319 100644 --- a/services/input/EventHub.cpp +++ b/services/input/EventHub.cpp @@ -1465,6 +1465,8 @@ void EventHub::dump(String8& dump) { device->keyMap.keyCharacterMapFile.string()); dump.appendFormat(INDENT3 "ConfigurationFile: %s\n", device->configurationFile.string()); + dump.appendFormat(INDENT3 "HaveKeyboardLayoutOverlay: %s\n", + toString(device->overlayKeyMap != NULL)); } } // release lock } -- cgit v1.2.3-59-g8ed1b