diff options
| author | quddusc <quddusc@google.com> | 2013-12-21 00:13:56 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-12-21 00:13:56 +0000 |
| commit | cbc5f5410ff7c2b91e13f80a930f22944ce2ed88 (patch) | |
| tree | fc8f47aef23b6d18155e500e6ab557a1545864a4 | |
| parent | fca563a2d600c2e2a4ca0af2446a72e8bb36206e (diff) | |
| parent | be64abc025b51d79fac831142ce5f4018af014f3 (diff) | |
| download | frameworks_base-cbc5f5410ff7c2b91e13f80a930f22944ce2ed88.zip frameworks_base-cbc5f5410ff7c2b91e13f80a930f22944ce2ed88.tar.gz frameworks_base-cbc5f5410ff7c2b91e13f80a930f22944ce2ed88.tar.bz2 | |
Merge "docs: Added a statement for "android:name" attribute indicating that the descriptor strings are case-sensitive. Bug: 11926096 Change-Id: I533dcbb13ba54bc7ff35311406b7acdfc38fc1b2" into klp-docs
| -rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 95f62a5..cb92f6d 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.</p> <dd>Specifies a single hardware or software feature used by the application, as a descriptor string. Valid descriptor values are listed in the <a href="#hw-features">Hardware features</a> and <a href="#sw-features">Software -features</a> tables, below. </dd> +features</a> tables, below. Descriptor string values are case-sensitive.</dd> <dt><a name="required"></a><code>android:required</code></dt> <!-- added in api level 5 --> <dd>Boolean value that indicates whether the application requires |
