问题描述
我最近一直在看我的Android电子市场中的应用程序之一的破裂,很惊讶地看到,许多下载者采用银河标签和一些其他平板电脑使用我的应用程序。现在,我有点担心,因为在设计应用程序时,我并没有考虑到更大的屏幕尺寸,所以我用画布上的位图都适用于手机的规格,但实在是太微小了平板电脑(我思背景位图,这将覆盖约1/4的Galaxy Tab屏幕的,用的人以为我的应用程序,这样是让我觉得有点气馁。所以我的问题是,有没有办法来prevent平板电脑从网上下载的应用程序?我猜没有,但我只是想确认一下。
<支持屏
机器人:smallScreens =真
机器人:normalScreens =真
机器人:largeScreens =真
机器人:xlargeScreens =FALSE/>
但我怀疑这会prevent您的应用程序上的Galaxy Tab运行,但你可以给它一个尝试
I have recently been looking at the breakdown of one of my apps on ANdroid Market, and was surprised to see that a number of downloaders were using Galaxy Tabs and a few other tablets to use my app.Now, I'm a little worried, because when designing the app I didn't take into account larger screen sizes, so the bitmaps I used on the Canvas are all suitable for phone sizes but are way too small for tablets (I'm thinking of the background bitmaps which will cover about 1/4 of the Galaxy Tab's screen. The thought of people using my app like this is making me feel a little unnerved.So my question is, is there a way to prevent Tablet PCs from downloading an app? I'm guessing not, but I just wanted to make sure.
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="false"/>
But I suspect that it will prevent your app to run on Galaxy Tab but you can gave it a try
这篇关于应用程序的prevent片下载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!