Merge "docs: Fixed typo (spurious quotation mark)." into lmp-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae279bd5b0
@@ -143,12 +143,12 @@ features</a> tables, below. Descriptor string values are case-sensitive.</dd>
|
|||||||
the feature specified in <code>android:name</code>.
|
the feature specified in <code>android:name</code>.
|
||||||
|
|
||||||
<ul>
|
<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
|
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
|
designed to function</em>, when the specified feature is not present on the
|
||||||
device. </li>
|
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
|
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
|
the device, but that it <em>is designed to function without the specified
|
||||||
feature</em>, if necessary. </li>
|
feature</em>, if necessary. </li>
|
||||||
|
|||||||
Reference in New Issue
Block a user