仅适用于平板电脑的横向模式

发布于 2024-11-03 08:59:29 字数 205 浏览 0 评论 0原文

我的应用程序必须仅支持平板电脑的横向/纵向模式,手机仅支持纵向模式。实现这一点的最佳方法是什么?

我正在考虑的选项:

a)使用两个 apk 文件,一个用于手机,一个用于平板电脑。手机版将

使用一个 apk 文件在清单 2) 中锁定横向模式。检测到该设备是手机,在每个活动中锁定横向模式。

任何建议将不胜感激。

问候

My app has to support landscape/portrait mode only for tablets, phones will only support portrait mode. What is the best way to implement this?

Options that I am considering:

a) using two apk files, one for phones and one for tablets. The one for phone will lock landscape mode in the manifest

2) using one apk file. Detect that device is a phone, lock landscape mode inside each activity.

any advice will be appreciated.

Regards

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

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

发布评论

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

评论(1

难忘№最初的完美 2024-11-10 08:59:29

您可以将超类用于活动并实现此https://stackoverflow.com/a/9629127/710162,用于例如,onCreate()。

You can use a SuperClass for activities and implement this https://stackoverflow.com/a/9629127/710162 on, for example, onCreate().

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