为什么应用程序突然与某些设备不兼容?

Hub*_* OG 5 compatibility android publishing android-3.0-honeycomb google-play

我似乎有一个严重的问题.几个星期前,我发布了一个应用程序Antipaper Notes(com.pancerola.and.antipaper.notes).它运行在API级别11(Honeycomb)上,除此之外没有任何要求.根据市场情况:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
This application is available to over 67 devices. 
Run Code Online (Sandbox Code Playgroud)

几天前,我发布了更新的应用程序com.subhog.antipaper.notes.我需要更改包,并且有一些重要的结构变化证明了应用程序分离的合理性.但是,虽然清单没有更改,但人们在安装应用程序时遇到问题.市场说:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
android.hardware.screen.portrait
This application is available to over 67 devices.
Run Code Online (Sandbox Code Playgroud)

所以唯一的区别是纵向列出的肖像模式.现在,奇怪的部分.67个设备的列表是相同的.摩托罗拉XOOM在两个列表中具有相同的风格.但是,有些(只有一些!)Xoom用户将应用程序标记为"与设备不兼容",无法安装它.

可能是什么原因?如果这是肖像模式,那为什么它会出现在某些平板电脑而不是其他平板电脑上呢?如果是别的什么,为什么我看不出有任何区别?

我会感激任何帮助.

Chr*_*rry 2

将复制保护设置为“ON”即可做到这一点,我在我的应用程序中发生过这种情况。对于某些用户来说,当他们收到设备制造商的系统更新(Android 操作系统升级)时,这会成为一个问题。