@@ -124,7 +124,7 @@ in {@sdkPlatformVersion}, including new features and changes in the framework
124124API 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
130130developers 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> — Allows an application to use
720720the {@link android.net.sip SIP API} to make or receive internet calls.
721721<li><code>android.permission.NFC</code> — 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— 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} — The application uses a SIP-based VOIP
751+ android.software.sip.voip} — The application uses a SIP-based VoIP
752752service on the device.</li>
753753<li>{@link
754754android.content.pm.PackageManager#FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND
755755android.hardware.touchscreen.multitouch.jazzhand} — The application uses
756756advanced 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