从 Android apk 的安装中排除设备
有没有办法不允许特定设备安装android apk?
当安装在 Motorola Artix 中时,我在控制程序上的某些布局时遇到一些问题(Atrix 有高分辨率,而我的只考虑 o,所以我想排除该设备。
谢谢
Is there a way to not allow a particular device to install an android apk?
I'm having some problems on controlling some layouts on a program when installed in Motorola Artix (Atrix has a hi-res and mine only considers o so I want to exclude the device.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
排除设备?我可以理解排除一些旧设备,但排除新设备是一个坏主意。您最好花时间使您的设备与新设备兼容。 Android 网站上有很多这方面的文档。
也许您应该发布布局和问题的代码,以便了解是否可以使其更好以适用于该设备。
不要试图排除它......谷歌仪表板现在有用户数据的统计数据,你可以使用你的应用程序看到不同的屏幕尺寸和操作系统版本。
只是我的2分钱。祝你好运。
Exclude a device? I could understand excluding some older devices but to exclude a new device is a bad idea. It would be better that you dedicate time to making your device compatible with new devices. There is a lot of documentation for this on the Android site.
Perhaps you should post code for your layout and the issue in order to get input on if you can make it better in order to work for the device.
DONT TRY TO EXCLUDE IT THOUGH... The google dashboard has statistics now on user data and you can see the different screen sizes and OS versions using you app.
Just my 2 cents. Good luck.