<supports-screens android:smallScreens=["true" | "false"] android:normalScreens=["true" | "false"] android:largeScreens=["true" | "false"] android:xlargeScreens=["true" | "false"] android:anyDensity=["true" | "false"] />
<manifest>Based on the target device screen density, the Android framework will scale down assets by a factor of 0.75 (low dpi screens) or scale them up by a factor of 1.5 (high dpi screens). The screen density is expressed as dots-per-inch (dpi).
For more information, see Supporting Multiple Screens.
android:smallScreens<uses-sdk> element's
android:minSdkVersion or android:targetSdkVersion attribute to "4" or higher,
the default value for this is "true", any value less than "4" results in this set to "false".
android:normalScreensandroid:largeScreens<uses-sdk> element's
android:minSdkVersion or android:targetSdkVersion attribute to "4" or higher,
the default value for this is "true", any value less than "4" results in this set to "false".
android:xlargeScreens<uses-sdk> element's
android:minSdkVersion or android:targetSdkVersion attribute to "4" or higher,
the default value for this is "true", any value less than "4" results in this set to "false".
This attribute was introduced in API Level 9.
android:anyDensity