diff options
Diffstat (limited to 'docs/html/guide/topics')
| -rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 3 | ||||
| -rw-r--r-- | docs/html/guide/topics/manifest/uses-sdk-element.jd | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 8594452932dc..4066daaf5061 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -27,7 +27,8 @@ devices. One of the ways Market filters applications is by feature compatibility <code><uses-feature></code> elements in each application's manifest, to establish the app's feature needs. Market then shows or hides the application to each user, based on a comparison with the features available on the user's -device. </p> +device. For more information, see <a +href="{@docRoot}guide/appendix/market-filters.html">Market Filters</a>.</p> <p style="margin-top:1em;">By specifying the features your application requires, you enable Android Market to present your application only to users whose diff --git a/docs/html/guide/topics/manifest/uses-sdk-element.jd b/docs/html/guide/topics/manifest/uses-sdk-element.jd index f8aff1e992b5..971d4cb3aba7 100644 --- a/docs/html/guide/topics/manifest/uses-sdk-element.jd +++ b/docs/html/guide/topics/manifest/uses-sdk-element.jd @@ -39,7 +39,8 @@ devices. One of the ways Market filters applications is by Android version-compatibility. To do this, Market checks the <code><uses-sdk></code> attributes in each application's manifest to establish its version-compatibility range, then shows or hides the application based on a comparison with the API -Level of the user's Android system version. </p> +Level of the user's Android system version. For more information, see <a +href="{@docRoot}guide/appendix/market-filters.html">Market Filters</a>.</p> </div> </div> |
