Skip to content

Commit 5b259c6

Browse files
committed
docs: fix typo in market doc
external issue 22650 Change-Id: I2bbfddef4692cb6b7567ea3ab04443a6ac421a80
1 parent b2d37b3 commit 5b259c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/html/guide/appendix/market-filters.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ default.</li>
165165

166166
<p><strong>Example 1</strong><br />
167167
The manifest declares <code>&lt;uses-sdk android:minSdkVersion="3"&gt;</code>
168-
and does not does not include a <code>&lt;supports-screens&gt;</code> element.
169-
<strong>Result</strong>: Android Market will not show the app to a user of a
170-
small-screen device, but will show it to users of normal and large-screen
171-
devices, users, unless other filters apply. </p>
168+
and does not include a <code>&lt;supports-screens&gt;</code> element.
169+
<strong>Result</strong>: Android Market does not show the app to a user of a
170+
small-screen device, but does show it to users of normal and large-screen
171+
devices, unless other filters also exclude those devices. </p>
172172
<p><strong>Example 2<br />
173173
</strong>The manifest declares <code>&lt;uses-sdk android:minSdkVersion="3"
174174
android:targetSdkVersion="4"&gt;</code> and does not include a

0 commit comments

Comments
 (0)