diff options
author | Andrew Solovay <asolovay@google.com> | 2015-03-19 01:58:42 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-19 01:58:42 +0000 |
commit | 86493af4b9f5e5999d782180b93b839912e59812 (patch) | |
tree | 6968a99777e29fcd926a6503b45ed28b81b21d3f /docs/html/guide | |
parent | f18a0b1f895c8deebfb599ae573a0ee98022bf37 (diff) | |
parent | 6bb34ef53860de39e143848752600f4c91415376 (diff) | |
download | frameworks_base-86493af4b9f5e5999d782180b93b839912e59812.zip frameworks_base-86493af4b9f5e5999d782180b93b839912e59812.tar.gz frameworks_base-86493af4b9f5e5999d782180b93b839912e59812.tar.bz2 |
am 6bb34ef5: am 93ffb863: am b489a6d1: am cf34a6d1: am 46bda6a4: am 6fd36f11: am ae279bd5: Merge "docs: Fixed typo (spurious quotation mark)." into lmp-docs
* commit '6bb34ef53860de39e143848752600f4c91415376':
docs: Fixed typo (spurious quotation mark).
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 2385592..c1ccef0 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -143,12 +143,12 @@ features</a> tables, below. Descriptor string values are case-sensitive.</dd> the feature specified in <code>android:name</code>. <ul> -<li>When you declare <code>"android:required="true"</code> for a feature, +<li>When you declare <code>android:required="true"</code> for a feature, you are specifying that the application <em>cannot function, or is not designed to function</em>, when the specified feature is not present on the device. </li> -<li>When you declare <code>"android:required="false"</code> for a feature, it +<li>When you declare <code>android:required="false"</code> for a feature, it means that the application <em>prefers to use the feature</em> if present on the device, but that it <em>is designed to function without the specified feature</em>, if necessary. </li> |