android 限制小屏幕的 apk 安装
如何限制我的 apk 不安装在小型设备上,我知道 support-screens 参数,但据我理解正确,如果用户直接从 apk 安装,它将无法工作。
How can I restrict my apk to not install on small devices, I know about the support-screens parameter but as I understand correctly , it won't work if user is installing directly from apk.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您只能限制可以在市场上看到您的应用程序的设备。如果他们拥有您的 apk,就无法阻止他们。但是,您可以在启动时检查分辨率,并显示警报或其他内容。
I think you can only restrict devices that can see your app in the market. If they have your apk, there's no stopping them. You can however check the resolution on startup, and display an alert or something.