android - 将设置 <supports-screens android :smallScreens ="false"> hide the App in the Android Market for such devices?

标签 android manifest

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

最佳答案

“Supporting Multiple Screens”对此非常清楚:

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.

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

关于android - 将设置 <supports-screens android :smallScreens ="false"> hide the App in the Android Market for such devices?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4934071/

相关文章:

android - 在 Android 中通过动画调整 View 大小

android - 在 Android 应用中更改主题

java - maven 没有正确添加主类

android - 每次重建时,库中的 AppCompat-v7 都会将最低 sdk 版本更改为 7。我怎样才能永久修复它?

Android/Cyanogenmod 构建 : remove-project from roomservice. xml

java - Android NDK中的解密

android - 如何确定 Android 设备是自然横向还是纵向?

java - libGDX actor 在运动时不会表现得正确

java - Activity 机器人 :label change application name

c++ - 从 dll 函数调用中正确获取 Windows 版本?