diff --git a/core/java/android/hardware/input/InputManager.java b/core/java/android/hardware/input/InputManager.java index 444f0201b448b..d519ce82be32d 100644 --- a/core/java/android/hardware/input/InputManager.java +++ b/core/java/android/hardware/input/InputManager.java @@ -107,7 +107,7 @@ public final class InputManager { *

* The android:name attribute specifies an identifier by which * the keyboard layout will be known in the package. - * The android:label attributes specifies a human-readable descriptive + * 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 * diff --git a/docs/html/guide/components/fundamentals.jd b/docs/html/guide/components/fundamentals.jd index 80125ba4f07ab..f1b30703f79c9 100644 --- a/docs/html/guide/components/fundamentals.jd +++ b/docs/html/guide/components/fundamentals.jd @@ -298,7 +298,7 @@ app.

In the <activity> element, the {@code android:name} attribute specifies the fully qualified class name of the {@link -android.app.Activity} subclass and the {@code android:label} attributes specifies a string +android.app.Activity} subclass and the {@code android:label} attribute specifies a string to use as the user-visible label for the activity.

You must declare all app components this way: