在Android电子市场上过滤设备屏幕大小 [英] Filter the device screen size on the Android Market

查看:159
本文介绍了在Android电子市场上过滤设备屏幕大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望我的应用在7英寸平板电脑和更大的平板电脑上可用,下面的代码排除了Galaxy平板电脑7,HTC Flyer等许多平板电脑。

I want my app available on 7 inches tablets and bigger, the following code exclude lot of tablets like the Galaxy tab 7, HTC Flyer, etc.

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

并且如果我将 android:normalScreens 设置为真的,所有手机(当然还有7英寸平板电脑)都可以看到这款应用。

and if i set android:normalScreens to true, all the phones (and of course the 7 inch tablets) can see the app.

有没有办法满足我需要的?

Is there a way to do what I need?

推荐答案

您可以直接在发布者控制台中过滤设备。只要允许清单文件中的任何设备和市场上的过滤器。这不是最好的方式,但如果你想要这样的特定过滤器 - 你可以使用它。

You can directly filter devices in publisher console. Just allow any device in manifest file and filter in market. It's not the best way, but if you want such specific filter - you can use it.

这篇关于在Android电子市场上过滤设备屏幕大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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