Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b259c6e authored by Scott Main's avatar Scott Main
Browse files

docs: fix typo in market doc

external issue 22650

Change-Id: I2bbfddef4692cb6b7567ea3ab04443a6ac421a80
parent b2d37b39
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -165,10 +165,10 @@ default.</li>

    <p><strong>Example 1</strong><br />
    The manifest declares <code>&lt;uses-sdk android:minSdkVersion="3"&gt;</code>
    and does not does not include a <code>&lt;supports-screens&gt;</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>&lt;supports-screens&gt;</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>&lt;uses-sdk android:minSdkVersion="3"
    android:targetSdkVersion="4"&gt;</code> and does not include a