diff options
author | quddusc <quddusc@google.com> | 2013-12-20 15:12:58 -0800 |
---|---|---|
committer | quddusc <quddusc@google.com> | 2013-12-20 15:14:42 -0800 |
commit | be64abc025b51d79fac831142ce5f4018af014f3 (patch) | |
tree | f2cd517ab65a95c96fb6c24e01431df0cf98904e /docs | |
parent | 70b96ec7303c1b34ff9d63a03359efadeec075c2 (diff) | |
download | frameworks_base-be64abc025b51d79fac831142ce5f4018af014f3.zip frameworks_base-be64abc025b51d79fac831142ce5f4018af014f3.tar.gz frameworks_base-be64abc025b51d79fac831142ce5f4018af014f3.tar.bz2 |
docs: Added a statement for "android:name" attribute indicating that the descriptor strings are case-sensitive.
Bug: 11926096
Change-Id: I533dcbb13ba54bc7ff35311406b7acdfc38fc1b2
Diffstat (limited to '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 |