安卓:支持的屏幕是由Android市场忽略 [英] Android: supports-screens is ignored by Android Market

查看:123
本文介绍了安卓:支持的屏幕是由Android市场忽略的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我特意在清单文件关闭支持大和X大屏幕为我的应用程序之前,我上传到Android Market,因为对于这些code路径中断了(我目前工作的一个'平板我的应用程序的版本)。我知道这是坏了,这就是为什么我关掉支持。那么,为什么啊,为什么是在Android Market在我的清单忽略这一点:

I specifically turned off support for large and x-large screens in the manifest file for my app before I uploaded it to the Android Market because the code path for these is broken (I'm currently working on a 'Tablet' version of my app). I know it's broken, that's why I turned off support. So why oh why is the Android Market ignoring this in my manifest:

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

和大屏幕的设备,让人们看到了应用程序?

and letting people with large screen devices see the app?

推荐答案

这只是告诉该设备显示在兼容模式下的应用程序。它并不prevent运行的应用程序。

that just tells the device to show the app in compatibility mode. It doesn't prevent the app from running.

http://developer.android.com/guide/topics/manifest/supports-screens-element.html

若设置为假一般会启用屏幕兼容模式。

"Beware that setting it "false" will generally enable screen compatibility mode."

这篇关于安卓:支持的屏幕是由Android市场忽略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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