From 9df6e7a926ce480baf70e97ee1b9ea387193f6ad Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 5 Apr 2012 11:49:26 -0700 Subject: Initial commit of InputManager and keyboard layout API. Added a new InputManager service for interacting with input devices and configuring them. This will be the focus of an upcoming refactoring. Added an API for registering keyboard layouts with the system based on the use of a broadcast receiver. Applications can register their own keyboard layouts simply by declaring a broadcast receiver in their manifests. Added the skeleton of a package that will ultimately contain the keyboard layouts and other input device related resources that are part of the base system. Bug: 6110399 Change-Id: Ie01b0ef4adbd5198f6f012e73964bdef3c51805c --- packages/InputDevices/res/xml/keyboard_layouts.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/InputDevices/res/xml/keyboard_layouts.xml (limited to 'packages/InputDevices/res/xml') diff --git a/packages/InputDevices/res/xml/keyboard_layouts.xml b/packages/InputDevices/res/xml/keyboard_layouts.xml new file mode 100644 index 0000000..459a0e4 --- /dev/null +++ b/packages/InputDevices/res/xml/keyboard_layouts.xml @@ -0,0 +1,14 @@ + + + + + + + + -- cgit v1.1