阻止平板电脑下载应用程序
我最近在 Android Market 上查看了我的一款应用程序的详细情况,并惊讶地发现许多下载者正在使用 Galaxy Tab 和其他一些平板电脑来使用我的应用程序。 现在,我有点担心,因为在设计应用程序时,我没有考虑到更大的屏幕尺寸,所以我在画布上使用的位图都适合手机尺寸,但对于平板电脑来说太小了(我是想到背景位图将覆盖大约 1/4 的 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
但我怀疑它会阻止您的应用程序在 Galaxy Tab 上运行,但您可以尝试一下
But I suspect that it will prevent your app to run on Galaxy Tab but you can gave it a try
例如,您可以使用
<兼容屏幕>
元素来阻止具有超大屏幕的设备在 Google Play 中看到您的应用。http://developer.android.com/guide/topics/manifest /兼容屏幕-element.html
You can use the
<compatible-screens>
element to prevent, for example, devices with x-large screens from seeing your app in Google Play.http://developer.android.com/guide/topics/manifest/compatible-screens-element.html
这个问题最近经常出现,并且似乎您无法阻止人们根据设备类型下载和安装您的应用程序。
您可以尝试的几件事是:
This question has been going around a lot recently and it seems that you cannot stop people from downloading and installing your app based on their device-type.
A couple things you can try are: