summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2015-03-18 22:44:24 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-03-18 22:44:24 +0000
commit46bda6a4838e592fd3cc0d9334ae92cdc7434f3e (patch)
treeb114eb3d449787a8cb3d82a43d646a082afb5219
parent42f966c9df6ed4e7903e87ad557d63ed81da2986 (diff)
parent6fd36f11bee008dae92ed312e4a8291417e6e93f (diff)
am 6fd36f11: am ae279bd5: Merge "docs: Fixed typo (spurious quotation mark)." into lmp-docs
* commit '6fd36f11bee008dae92ed312e4a8291417e6e93f': docs: Fixed typo (spurious quotation mark).
-rw-r--r--docs/html/guide/topics/manifest/uses-feature-element.jd4
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 b04089866ac9..ef59fec791a4 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>