am e9123960: cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
* commit 'e9123960764d7b2e94fb0d68aae21fccc472abcd': cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
This commit is contained in:
@@ -339,7 +339,7 @@ the feature as shown below.</p>
|
|||||||
<p class="caution">It's important to understand that the permissions that you
|
<p class="caution">It's important to understand that the permissions that you
|
||||||
request in <code><uses-permission></code> elements can directly affect how
|
request in <code><uses-permission></code> elements can directly affect how
|
||||||
Android Market filters your application. The reference section <a
|
Android Market filters your application. The reference section <a
|
||||||
href="#permissions-features">Permissions that Imply Feature Requirements</a>,
|
href="#permissions">Permissions that Imply Feature Requirements</a>,
|
||||||
below, lists the full set of permissions that imply feature requirements and
|
below, lists the full set of permissions that imply feature requirements and
|
||||||
therefore trigger filtering.</p>
|
therefore trigger filtering.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ in {@sdkPlatformVersion}, including new features and changes in the framework
|
|||||||
API since the previous version.</p>
|
API since the previous version.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3 id="sip">SIP-based VOIP</h3>
|
<h3 id="sip">SIP-based VoIP</h3>
|
||||||
|
|
||||||
<p>The platform now includes a SIP protocol stack and framework API that lets
|
<p>The platform now includes a SIP protocol stack and framework API that lets
|
||||||
developers build internet telephony applications. Using the API, applications can offer
|
developers build internet telephony applications. Using the API, applications can offer
|
||||||
@@ -719,7 +719,7 @@ should require this permission.</li>
|
|||||||
<li><code>android.permission.USE_SIP</code> — Allows an application to use
|
<li><code>android.permission.USE_SIP</code> — Allows an application to use
|
||||||
the {@link android.net.sip SIP API} to make or receive internet calls.
|
the {@link android.net.sip SIP API} to make or receive internet calls.
|
||||||
<li><code>android.permission.NFC</code> — Allows an application to use the
|
<li><code>android.permission.NFC</code> — Allows an application to use the
|
||||||
{@link android.nfc NFC API} to make or receive internet calls.</li>
|
{@link android.nfc NFC API} to read NFC tags.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 id="feature_constants">New Feature Constants</h3>
|
<h3 id="feature_constants">New Feature Constants</h3>
|
||||||
@@ -748,13 +748,13 @@ gyroscope sensor.</li>
|
|||||||
<li>{@link android.content.pm.PackageManager#FEATURE_SIP android.software.sip}
|
<li>{@link android.content.pm.PackageManager#FEATURE_SIP android.software.sip}
|
||||||
— The application uses the SIP API on the device.</li>
|
— The application uses the SIP API on the device.</li>
|
||||||
<li>{@link android.content.pm.PackageManager#FEATURE_SIP_VOIP
|
<li>{@link android.content.pm.PackageManager#FEATURE_SIP_VOIP
|
||||||
android.software.sip.voip} — The application uses a SIP-based VOIP
|
android.software.sip.voip} — The application uses a SIP-based VoIP
|
||||||
service on the device.</li>
|
service on the device.</li>
|
||||||
<li>{@link
|
<li>{@link
|
||||||
android.content.pm.PackageManager#FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND
|
android.content.pm.PackageManager#FEATURE_TOUCHSCREEN_MULTITOUCH_JAZZHAND
|
||||||
android.hardware.touchscreen.multitouch.jazzhand} — The application uses
|
android.hardware.touchscreen.multitouch.jazzhand} — The application uses
|
||||||
advanced multipoint multitouch capabilities on the device screen, for tracking
|
advanced multipoint multitouch capabilities on the device screen, for tracking
|
||||||
up to five points fully independently.</li>
|
five or more points fully independently.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For full information about how to declare features and use them for
|
<p>For full information about how to declare features and use them for
|
||||||
|
|||||||
Reference in New Issue
Block a user