diff options
author | quddusc <quddusc@google.com> | 2013-12-26 15:34:03 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-26 15:34:03 -0800 |
commit | f16ddd6dd4fae500b7b512568db2c55b8919d920 (patch) | |
tree | 00305c6c9559fb47f34dc37dfa3043c6095ed06c /docs | |
parent | cd73f7702fca082bf46d64b5c011f9dbe1b5fe65 (diff) | |
parent | 2a1912971849b929dc2e4ec8d6368f477b1fddae (diff) | |
download | frameworks_base-f16ddd6dd4fae500b7b512568db2c55b8919d920.zip frameworks_base-f16ddd6dd4fae500b7b512568db2c55b8919d920.tar.gz frameworks_base-f16ddd6dd4fae500b7b512568db2c55b8919d920.tar.bz2 |
am 2a191297: am cbc5f541: 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
* commit '2a1912971849b929dc2e4ec8d6368f477b1fddae':
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 |