From be64abc025b51d79fac831142ce5f4018af014f3 Mon Sep 17 00:00:00 2001 From: quddusc Date: Fri, 20 Dec 2013 15:12:58 -0800 Subject: [PATCH] docs: Added a statement for "android:name" attribute indicating that the descriptor strings are case-sensitive. Bug: 11926096 Change-Id: I533dcbb13ba54bc7ff35311406b7acdfc38fc1b2 --- docs/html/guide/topics/manifest/uses-feature-element.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 95f62a581cb2..cb92f6de9cff 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -136,7 +136,7 @@ device compatibility.

Specifies a single hardware or software feature used by the application, as a descriptor string. Valid descriptor values are listed in the Hardware features and Software -features tables, below.
+features tables, below. Descriptor string values are case-sensitive.
android:required
Boolean value that indicates whether the application requires -- 2.11.0