diff options
author | Dirk Dougherty <ddougherty@google.com> | 2010-11-11 11:52:05 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2010-11-30 10:54:06 -0800 |
commit | 50f8445edd14a21ad86080ff7b204eefdc2c62d5 (patch) | |
tree | aa35e93ac43d495ec8d7d76de46fa353a56c6caf /docs/html/guide/topics | |
parent | 3e6fb5d66eed34c91b9b056ad2d4c317186476fd (diff) | |
download | frameworks_base-50f8445edd14a21ad86080ff7b204eefdc2c62d5.zip frameworks_base-50f8445edd14a21ad86080ff7b204eefdc2c62d5.tar.gz frameworks_base-50f8445edd14a21ad86080ff7b204eefdc2c62d5.tar.bz2 |
Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
Change-Id: I08a2f67d324484ed05b956c540facd69f9028563
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index b5b30f6..6652aff 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -627,22 +627,6 @@ the device.</td> <td></td> </tr> <tr> - <td rowspan="2">SIP/VOIP</td> - <td><code>android.hardware.sip</code></td> - <td>The application uses SIP service on the device. - </td> - <td></td> -</tr> -<tr> - <td><code>android.hardware.sip.voip</code></td> - <td>Subfeature. The application uses SIP-based VOIP service on the device. - </td> - <td>If declared with the <code>"android:required="true"</code> attribute, this -subfeature implicitly declares the <code>android.hardware.sip</code> -parent feature.</td> -</tr> - -<tr> <td rowspan="3">Telephony</td> <td><code>android.hardware.telephony</code></td> <td>The application uses telephony features on the device, such as telephony @@ -711,17 +695,33 @@ in a separate <code><uses-feature></code> element. </p> <table> - <tr> - <th>Feature</th> - <th>Attribute Value</th> - <th>Description</th> - </tr> - <tr> - <td>Live Wallpaper</td> - <td><code>android.software.live_wallpaper</code></td> - <td>The application uses or provides Live Wallpapers. - </td> - </tr> +<tr> + <th>Feature</th> + <th>Attribute Value</th> + <th>Description</th> + <th>Comments</th> +</tr> +<tr> + <td>Live Wallpaper</td> + <td><code>android.software.live_wallpaper</code></td> + <td>The application uses or provides Live Wallpapers.</td> + <td></td> +</tr> +<tr> + <td rowspan="2">SIP/VOIP</td> + <td><code>android.software.sip</code></td> + <td>The application uses SIP service on the device. + </td> + <td></td> +</tr> +<tr> + <td><code>android.software.sip.voip</code></td> + <td>Subfeature. The application uses SIP-based VOIP service on the device. + </td> + <td>If declared with the <code>"android:required="true"</code> attribute, this +subfeature implicitly declares the <code>android.software.sip</code> +parent feature.</td> +</tr> </table> |