开发者

How to resrtrict resolution in Android Manifest

Can anyone simply explain how restrict small resolution for my app. For example, I want that my app will开发者_如何学编程 be appropriate for QVGA , WVGA and devices with more resolutions?

Thanks in advance.


Add this to your manifest file:

<supports-screens android:smallScreens="false"
    android:normalScreens="true" android:largeScreens="true"
    />

Hope this helps.


Please read this documentation it will help you . http://developer.android.com/guide/topics/manifest/supports-screens-element.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜