在此类设备的 Android Market 中隐藏应用程序吗?" />

将设置 在此类设备的 Android Market 中隐藏应用程序吗?

发布于 2024-10-16 13:43:41 字数 46 浏览 4 评论 0 原文

我这么问是因为我可以通过文件系统在小屏幕设备上安装该应用程序。 感谢您的帮助。

I am asking because i can install the app on a device with a small screen via the file system.
Thanks for Help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不回头走下去 2024-10-23 13:43:41

“支持多个屏幕”对此非常清楚:

假设您在应用程序清单中声明 smallScreens="false" normalScreens="false" largeScreens="true" xlargeScreens="true"
Android Market 会过滤正常尺寸屏幕设备用户的应用程序。实际上,这会阻止此类用户安装该应用程序。

如果设备大于应用程序支持的大小,则会应用兼容性功能。如果设备小于应用程序支持的设备,则会在市场中隐藏。

“Supporting Multiple Screens” is pretty clear about this:

Assume that you declare smallScreens="false" normalScreens="false" largeScreens="true" xlargeScreens="true" in your application's manifest.
Android Market filters the application from users of devices with small and normal size screens. In effect, this prevents such users from installing the application.

If the device is larger than the app supports, compatibility features are applied. If the device is smaller than the app supports, it is hidden from the Market.

梦开始←不甜 2024-10-23 13:43:41

这些设置决定了哪些设备可以看到市场上的哪些应用程序。因此,是的,如果您设置smallScreens=false,则被认为具有小屏幕的设备将不会在市场上看到该应用程序。

Those settings determine what devices see what apps in the market. So yes if you do smallScreens=false, devices which are considered to have small screens will not see the app in the market.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文