Im trying to create Android manifest that Google Play will show to Samsung Galaxy S4, HTC One and so on since current one doesn\'t list those in compatible devices list
I hope you are looking for this,
Change this in Manifest
Only, this won't help. You want different image sizes, different layouts for different resolutions.
Edit:
http://developer.android.com/guide/practices/screens_support.html
You have to add differnt folder for different layout in res folder --> hdpi,mdpi,ldpi and for large screens you xhdpi(for Tablet) and large-hdpi or xlarge (for NXzoom). and also set Images and textsize different in different layout as per screensize.