如何指定应用程序适用于大屏幕设备
我在 2.2 上开发了一个 android 应用程序,我想在 android 市场上发布它,但我的应用程序仅适用于大屏幕设备,所以有什么方法可以在发布应用程序时指定屏幕尺寸。
I have developed an android application on 2.2 and I want to release it in android market but my application is only for large screen device so is there any way that I can specify the screen size while publishing application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将这段代码包含在您的 AndroidManifest 文件中:
这应该会有所帮助。
Include this chunk of code inside your AndroidManifest file:
This should help.
在android网站链接上找到了答案
Got the answer it is on android site link