From 90c950d9f9b40a626ec392e842f443a9045a28d3 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Thu, 19 Jan 2023 19:00:19 +0000 Subject: [PATCH] docs: Updating obsolete "Key Character Map" link The target page moved a couple of times and it looks like there wasn't a redirect set up. Verified that https://source.android.com/docs/core/interaction/input/key-character-map-files currently works. Change-Id: Ia3ea39ec7c2fd99c46bb7194790c999e1d9a35c4 Fixes: 224379018 Test: m -j 8 ds-docs-switched --- core/java/android/hardware/input/InputManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/hardware/input/InputManager.java b/core/java/android/hardware/input/InputManager.java index baf8836c5af58..b6cd06ea8b5cf 100644 --- a/core/java/android/hardware/input/InputManager.java +++ b/core/java/android/hardware/input/InputManager.java @@ -168,7 +168,7 @@ public final class InputManager { * The android:label attribute specifies a human-readable descriptive * label to describe the keyboard layout in the user interface, such as "English (US)". * The android:keyboardLayout attribute refers to a - * + * * key character map resource that defines the keyboard layout. *

*/