diff options
author | Scott Main <smain@google.com> | 2012-01-31 08:58:49 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-31 08:58:49 -0800 |
commit | 658310548bd67dc314123d3a5d2e1dd7f8d92880 (patch) | |
tree | c18b257f9d13a5cbe0a2415927feea8110f1386c /docs | |
parent | 0aa8f3b8db3eb97f53dc7fe8f09d5b983300417c (diff) | |
parent | 21e32f209794dffa51ad61e85a3e0b5070593790 (diff) | |
download | frameworks_base-658310548bd67dc314123d3a5d2e1dd7f8d92880.zip frameworks_base-658310548bd67dc314123d3a5d2e1dd7f8d92880.tar.gz frameworks_base-658310548bd67dc314123d3a5d2e1dd7f8d92880.tar.bz2 |
am 21e32f20: am 8bfeb10f: Merge "docs: fix typo in market doc external issue 22650" into ics-mr1
* commit '21e32f209794dffa51ad61e85a3e0b5070593790':
docs: fix typo in market doc external issue 22650
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/appendix/market-filters.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index 07b9370..d9b2155 100644 --- a/docs/html/guide/appendix/market-filters.jd +++ b/docs/html/guide/appendix/market-filters.jd @@ -165,10 +165,10 @@ default.</li> <p><strong>Example 1</strong><br /> The manifest declares <code><uses-sdk android:minSdkVersion="3"></code> - and does not does not include a <code><supports-screens></code> element. - <strong>Result</strong>: Android Market will not show the app to a user of a - small-screen device, but will show it to users of normal and large-screen - devices, users, unless other filters apply. </p> + and does not include a <code><supports-screens></code> element. + <strong>Result</strong>: Android Market does not show the app to a user of a + small-screen device, but does show it to users of normal and large-screen + devices, unless other filters also exclude those devices. </p> <p><strong>Example 2<br /> </strong>The manifest declares <code><uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"></code> and does not include a |