android - Android 上 <supports-screens> 和 <compatible-screens> 之间的区别

标签 android

我现在对两个 list 元素之间的区别和

我认为仅使用 Google Play 会过滤掉不属于支持屏幕列表的设备。该应用程序不会显示在这些设备上的搜索结果中。

我认为使用就足够了,但它似乎不起作用!

我也需要包含吗?

谁能向我解释一下自然语言的区别。不幸的是,我没有找到清楚的谷歌文档:s

干杯

最佳答案

supports-screens

However, if your application does not work well when resized to fit different screen sizes, you can use the attributes of the element to control whether your application should be distributed to smaller screens or have its UI scaled up ("zoomed") to fit larger screens using the system's screen compatibility mode.

compatible-screens
Any screen configuration that is not declared in this element is a screen with which the application is not compatible. Thus, external services (such as Google Play) should not provide the application to devices with such screens.

Source

因此,supports-screens 似乎意味着您的应用的布局适用于特定屏幕,并且会在其他屏幕中缩放

而且 compatible-screens 意味着您的应用仅与特定的屏幕和设备兼容。屏幕配置与所列内容不同的设备将不会出现在 Play 商店中。

关于android - Android 上 <supports-screens> 和 <compatible-screens> 之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21850115/

相关文章:

android - Spring 3/Square Retrofit - MultipartParams 但没有 MultipartFiles

由于输出 jar 库为空,Android Studio proguardRelease FAILED

java - 计算从 Azure 查询返回的字符串数量

android - GLES20.glUniform4fv和fragshader

java - 仅 ZBar 扫描二维码

android - "mkdir/mnt 0700 shell shell"在 init.rc.. 中做什么?

java - 在 ListAdapter 中使用 ImageView 时出现 OutOfMemoryError?

android - 对相同 Activity 的警报

android - Mac Android 模拟器不显示

java - 如何将libgdx中的图像 Actor 旋转中点?