From 5b259c6e4d2b98ef880122cfd6ab76e91af2035a Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 30 Jan 2012 23:39:45 -0800 Subject: docs: fix typo in market doc external issue 22650 Change-Id: I2bbfddef4692cb6b7567ea3ab04443a6ac421a80 --- docs/html/guide/appendix/market-filters.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/html/guide/appendix') 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.

Example 1
The manifest declares <uses-sdk android:minSdkVersion="3"> - and does not does not include a <supports-screens> element. - Result: 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.

+ and does not include a <supports-screens> element. + Result: 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.

Example 2
The manifest declares <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"> and does not include a -- cgit v1.1