Loading docs/html/guide/appendix/market-filters.jd +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/html/guide/appendix/market-filters.jd +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading