diff options
Diffstat (limited to 'docs/html/guide/appendix')
-rw-r--r-- | docs/html/guide/appendix/api-levels.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/appendix/market-filters.jd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd index 7d119ca..cc98f8f 100644 --- a/docs/html/guide/appendix/api-levels.jd +++ b/docs/html/guide/appendix/api-levels.jd @@ -154,7 +154,7 @@ Highlights</a></td></tr> <td>2</td> <td>{@link android.os.Build.VERSION_CODES#BASE_1_1}</td><td></td></tr> - <tr><td><a href="{@docRoot}sdk/android-1.0.html">Android 1.0</td> + <tr><td>Android 1.0</td> <td>1</td> <td>{@link android.os.Build.VERSION_CODES#BASE}</td> <td></td></tr> diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index 6610f5f..07b9370 100644 --- a/docs/html/guide/appendix/market-filters.jd +++ b/docs/html/guide/appendix/market-filters.jd @@ -398,8 +398,8 @@ country (as determined by SIM carrier) in which paid apps are available.</p></td the device's SIM (for GSM devices), not the current roaming carrier.</p></li></ul> </td> </tr> <tr> <td valign="top">Native Platform</td> <td valign="top"><p>An application that includes native - libraries that target a specific platform (ARM EABI v7, for example) will only be - visible on devices that support that platform. For details about the NDK and using + libraries that target a specific platform (ARM EABI v7 or x86, for example) are + visible only on devices that support that platform. For details about the NDK and using native libraries, see <a href="{@docRoot}sdk/ndk/index.html#overview">What is the Android NDK?</a></p> </tr> <tr> <td valign="top">Copy-Protected Applications</td> <td valign="top"><p>To |