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
This commit is contained in:
Andrew Solovay
2023-01-19 19:00:19 +00:00
parent 2953bacfde
commit 90c950d9f9

View File

@@ -168,7 +168,7 @@ public final class InputManager {
* The <code>android:label</code> attribute specifies a human-readable descriptive
* label to describe the keyboard layout in the user interface, such as "English (US)".
* The <code>android:keyboardLayout</code> attribute refers to a
* <a href="http://source.android.com/tech/input/key-character-map-files.html">
* <a href="https://source.android.com/docs/core/interaction/input/key-character-map-files">
* key character map</a> resource that defines the keyboard layout.
* </p>
*/