From 2c506fcf9d0ca1cc446aaa66a7601616c2954d7f Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Feb 2016 18:38:19 -0800 Subject: [PATCH] docs: Fix typo "[singular] attributes specifies" bug: https://code.google.com/p/android/issues/detail?id=196193 Change-Id: I69fb6dcb6bbb5912ef3f3697d0b658e07ebddfa4 --- core/java/android/hardware/input/InputManager.java | 2 +- docs/html/guide/components/fundamentals.jd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: