diff options
author | Dirk Dougherty <ddougherty@google.com> | 2010-04-26 18:15:25 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2010-05-06 10:06:10 -0700 |
commit | 5305627d5b78b8d63ce344c4eb5d1a28ef44d3d0 (patch) | |
tree | 662b58f4cb9139c0eb01123f5e380be68166da42 /docs/html/guide/topics | |
parent | 42ee86e66d972dcdf240e549e5fdc151a144af64 (diff) | |
download | frameworks_base-5305627d5b78b8d63ce344c4eb5d1a28ef44d3d0.zip frameworks_base-5305627d5b78b8d63ce344c4eb5d1a28ef44d3d0.tar.gz frameworks_base-5305627d5b78b8d63ce344c4eb5d1a28ef44d3d0.tar.bz2 |
Doc change: New doc that describes how market filters work
Change-Id: I99696502b38d952df8fe07c8982d0cf6b95b31bd
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 8594452..4066daa 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 f8aff1e..971d4cb 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> |