Provide a better URL to document key decomposition
Directly link to the relevant subsection.
This commit is contained in:
parent
ab780ce26d
commit
633b18d786
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import java.util.Map;
|
||||||
* This is useful for injecting key events to generate the expected character ({@link android.view.KeyCharacterMap#getEvents(char[])}
|
* This is useful for injecting key events to generate the expected character ({@link android.view.KeyCharacterMap#getEvents(char[])}
|
||||||
* KeyCharacterMap.getEvents()} returns {@code null} with input {@code "é"} but works with input {@code "\u0301e"}).
|
* KeyCharacterMap.getEvents()} returns {@code null} with input {@code "é"} but works with input {@code "\u0301e"}).
|
||||||
* <p>
|
* <p>
|
||||||
* See <a href="https://source.android.com/devices/input/key-character-map-files#key-declarations">diacritical dead key characters</a>.
|
* See <a href="https://source.android.com/devices/input/key-character-map-files#behaviors">diacritical dead key characters</a>.
|
||||||
*/
|
*/
|
||||||
public final class KeyComposition {
|
public final class KeyComposition {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue