i Have following code on my manifest
<supports-screens
android:anyDensity="false"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true" />
the problem is my application isnt visible to ldpi devices, And i want to make it visible . I have read all about anydensity on net, and if change it to true it is not running on ldpi device because i am creating bitmap in my apps, Any help would be appreciated.