From 5b259c6e4d2b98ef880122cfd6ab76e91af2035a Mon Sep 17 00:00:00 2001
From: Scott Main 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
--
cgit v1.1