Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 112449ca authored by Michael Wright's avatar Michael Wright
Browse files

Fixup InputManager javadoc

Change-Id: I708b62db4861c7d391258b980a2447e08ed0d89e
parent f6d7c679
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,13 +108,14 @@ public final class InputManager {
     * of a key character map for a particular keyboard layout.  The label on the receiver
     * is used to name the collection of keyboard layouts provided by this receiver in the
     * keyboard layout settings.
     * <pre></code>
     * <pre><code>
     * &lt;?xml version="1.0" encoding="utf-8"?>
     * &lt;keyboard-layouts xmlns:android="http://schemas.android.com/apk/res/android">
     *     &lt;keyboard-layout android:name="keyboard_layout_english_us"
     *             android:label="@string/keyboard_layout_english_us_label"
     *             android:keyboardLayout="@raw/keyboard_layout_english_us" />
     * &lt;/keyboard-layouts>
     * </pre></code>
     * </p><p>
     * The <code>android:name</code> attribute specifies an identifier by which
     * the keyboard layout will be known in the package.