diff options
| author | Andrew Solovay <asolovay@google.com> | 2015-03-13 13:52:04 -0700 |
|---|---|---|
| committer | Andrew Solovay <asolovay@google.com> | 2015-03-13 13:52:04 -0700 |
| commit | a83fd76089c4c9993c59793d54264507a38f004f (patch) | |
| tree | 4bbf626db2fca74e810e3398544aba6b05f89106 /docs/html/guide/topics | |
| parent | 42bb44dbf5bffc5d3fcf89eacfd5c561dbe8095c (diff) | |
| download | frameworks_base-a83fd76089c4c9993c59793d54264507a38f004f.zip frameworks_base-a83fd76089c4c9993c59793d54264507a38f004f.tar.gz frameworks_base-a83fd76089c4c9993c59793d54264507a38f004f.tar.bz2 | |
docs: Fixed typo (spurious quotation mark).
See first comment for stage location.
bug: 18612085
Change-Id: I4c29a087621d1c62596838d30b2654ee136cecd1
Diffstat (limited to 'docs/html/guide/topics')
| -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 b040898..ef59fec 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> |
