diff options
author | quddusc <quddusc@google.com> | 2013-12-26 23:54:33 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-26 23:54:33 +0000 |
commit | 22c082b00b94f4bec577aa99ea5bf0e3d1b009f1 (patch) | |
tree | de75fd77c509b76e1e4733628bd2b649eee5e393 /docs | |
parent | 5b100c15d21fa339fabe4a8776a008669a4922f1 (diff) | |
parent | ae9702bb41ba9f96ce26ff6e25ed9497632e087f (diff) | |
download | frameworks_base-22c082b00b94f4bec577aa99ea5bf0e3d1b009f1.zip frameworks_base-22c082b00b94f4bec577aa99ea5bf0e3d1b009f1.tar.gz frameworks_base-22c082b00b94f4bec577aa99ea5bf0e3d1b009f1.tar.bz2 |
am ae9702bb: am ac4ebda9: am f16ddd6d: 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 'ae9702bb41ba9f96ce26ff6e25ed9497632e087f':
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 445d5ce..884eeb5 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 |