<compatible-screens >
<screen android:screenSize="small" android:screenDensity="ldpi"/>
</compatible-screens>
I have written this code to support only 240×320 screen resolutions. It is filtering as per my need. But now I want this .apk file to also support 240×400 and 240×432 screen resolutions.
Now is it possible to add this tag also to the above existing code:
<screen android:screenSize="normal" android:screenDensity="ldpi"/>
So that using this apk we can support all three screen resolution. Because I have done this application using multiple apk.
Yes you can do this way:
Check this Reference for better explanations :
compatible-screens