只为10 QUOT Android应用程序;平板电脑并不是最新手机 [英] Android application only for 10" tablets not latest phones

查看:301
本文介绍了只为10 QUOT Android应用程序;平板电脑并不是最新手机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何限制我的应用程序只适用于平板电脑?例如。如何支持的Galaxy Tab,但不是银河SIII?两者具有相同的分辨率和密度。

How can I limit my app to be only for tablets? E.g. how to support Galaxy Tab but not Galaxy SIII ? Both have the same resolution and density.

这会不会code足够:

Will this code be sufficient:

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

复读文档后,具有低于部分:

After reading docs again, is having below section:

<compatible-screens>
    <screen android:screenSize="xlarge" android:screenDensity="mdpi" />
    <screen android:screenSize="xlarge" android:screenDensity="hdpi" />
    <screen android:screenSize="xlarge" android:screenDensity="xhdpi" />        
</compatible-screens>

使得整个设置一个正确的?

makes the whole setup a correct one?

推荐答案

首先应在上述规定的清单。

First of all make above provisions in manifest

进入控制台(开发者控制台)

Go to Console (Developer's console)

https://play.google.com/apps/publish/


  • 选择从应用程序房源您的应用程序。

  • 转到APK选项卡(左侧页)

  • 您将可以看到见支持的设备超链接
    打开它,

    You will be able to see 'See supported devices' hyperlink Open it,

    您可以看到有支持的设备名单。手动排除的设备,你不想要的。

    You can see list of supported devices there. Manually exclude devices which you do not want.

    这篇关于只为10 QUOT Android应用程序;平板电脑并不是最新手机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆