diff options
| author | 2013-12-26 23:50:08 +0000 | |
|---|---|---|
| committer | 2013-12-26 23:50:08 +0000 | |
| commit | ae9702bb41ba9f96ce26ff6e25ed9497632e087f (patch) | |
| tree | cdf5365dcb27ee831323c80daa80d6e0225b14a3 | |
| parent | 9e39c9526d89f875a0884629d020e2253e9179dd (diff) | |
| parent | ac4ebda9f64f7ff54270f9448f597bac4dea71fc (diff) | |
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 'ac4ebda9f64f7ff54270f9448f597bac4dea71fc':
docs: Added a statement for "android:name" attribute indicating that the descriptor strings are case-sensitive. Bug: 11926096 Change-Id: I533dcbb13ba54bc7ff35311406b7acdfc38fc1b2
| -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 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.</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 |