Skip to content

Commit e912396

Browse files
committed
cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708
docs: misc doc fixes Change-Id: Ib5f8aaf8feb42c825bc0149ec3775999856f5f57
1 parent 93d204e commit e912396

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/html/guide/topics/manifest/uses-feature-element.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ the feature as shown below.</p>
339339
<p class="caution">It's important to understand that the permissions that you
340340
request in <code>&lt;uses-permission&gt;</code> elements can directly affect how
341341
Android Market filters your application. The reference section <a
342-
href="#permissions-features">Permissions that Imply Feature Requirements</a>,
342+
href="#permissions">Permissions that Imply Feature Requirements</a>,
343343
below, lists the full set of permissions that imply feature requirements and
344344
therefore trigger filtering.</p>
345345

docs/html/sdk/android-2.3.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ in {@sdkPlatformVersion}, including new features and changes in the framework
124124
API since the previous version.</p>
125125

126126

127-
<h3 id="sip">SIP-based VOIP</h3>
127+
<h3 id="sip">SIP-based VoIP</h3>
128128

129129
<p>The platform now includes a SIP protocol stack and framework API that lets
130130
developers build internet telephony applications. Using the API, applications can offer
@@ -719,7 +719,7 @@ should require this permission.</li>
719719
<li><code>android.permission.USE_SIP</code> &mdash; Allows an application to use
720720
the {@link android.net.sip SIP API} to make or receive internet calls.
721721
<li><code>android.permission.NFC</code> &mdash; Allows an application to use the
722-
{@link android.nfc NFC API} to make or receive internet calls.</li>
722+
{@link android.nfc NFC API} to read NFC tags.</li>
723723
</ul>
724724

725725
<h3 id="feature_constants">New Feature Constants</h3>
@@ -748,13 +748,13 @@ gyroscope sensor.</li>
748748
<li>{@link android.content.pm.PackageManager#FEATURE_SIP android.software.sip}
749749
&mdash; The application uses the SIP API on the device.</li>
750750
<li>{@link android.content.pm.PackageManager#FEATURE_SIP_VOIP
751-
android.software.sip.voip} &mdash; The application uses a SIP-based VOIP
751+
android.software.sip.voip} &mdash; The application uses a SIP-based VoIP
752752
service on the device.</li>
753753
<li>{@link
754754
android.content.pm.PackageManager#FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND
755755
android.hardware.touchscreen.multitouch.jazzhand} &mdash; The application uses
756756
advanced multipoint multitouch capabilities on the device screen, for tracking
757-
up to five points fully independently.</li>
757+
five or more points fully independently.</li>
758758
</ul>
759759

760760
<p>For full information about how to declare features and use them for

0 commit comments

Comments
 (0)