锁定Android手机应用程序为纵向模式 [英] Lock Android phone application to Portrait mode

查看:108
本文介绍了锁定Android手机应用程序为纵向模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我如何锁定我的应用程序,以人像模式?它是在清单文件中一个简单的配置?

Can someone tell me how to lock my application to a portrait mode? Is it a simple configuration in the manifest file?

推荐答案

是的。添加机器人:screenOrientation =肖像来在你的主要活动清单

Yes. Add android:screenOrientation="portrait" to the manifest under your main activity.

<activity android:name=".yourActivity" android:screenOrientation="portrait"... />

这篇关于锁定Android手机应用程序为纵向模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆