diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index 07b9370d67401..d9b2155f8e465 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.
<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