Android 市场通用应用程序(平板电脑和手机)

发布于 2024-11-28 07:57:42 字数 263 浏览 1 评论 0原文

我正在尝试找到一种方法,通过 Android 市场上的一个应用程序同时支持手机屏幕(小、正常、大)和平板电脑屏幕(超大)。

我发现的最常见的答案是:在 androidManifest 中启用 xlarge 屏幕,但将 minSdkTarget 更改为 9。我希望支持 sdkTarget 4 及更高版本的手机。是否可以在一个应用程序中完成这一切?

稍微扩展一下问题,请求电话和短信等权限是否会阻止应用程序安装在没有这些功能的平板电脑上?

非常感谢您的帮助,-Rob

I'm trying to find a way to support both phone screens (small, normal, large) and tablet screens (xlarge) with one app on the Android market.

The most common answer I have found is: enable xlarge screens in in the androidManifest, but change minSdkTarget to 9. I'm hoping to support phones with sdkTarget 4 and above. Is it possible to do this all in one app?

To expand the question just slightly, will requesting permissions such as TELEPHONY and SMS prevent the app from being installed on a tablet without those capabilities?

Thanks very much for the help, -Rob

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苹果你个爱泡泡 2024-12-05 07:57:42

您将需要进行多种布局设置;每个目标屏幕尺寸都有一个。 请参阅文档以获取更多信息。

You will need to have mutliple layout set ups; one for each of the target screen sizes. Refer to the docs to get more info on it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文