Android manifest that will support Galaxy S4, HTC One

前端 未结 3 560
温柔的废话
温柔的废话 2021-01-21 17:48

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

3条回答
  •  旧巷少年郎
    2021-01-21 17:52

    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.

提交回复
热议问题