有时候我们希望让一个程序的界面始终保持在一个方向,不随手机(平板)方向旋转而变化:在AndroidManifest.xml的每一个需要禁止转向的Activity配置中加入
android:screenOrientation=”landscape”
属性。
landscape = 横向
portrait = 纵向
class="full aligncenter" title="Qt-for-Android-程序禁止屏幕旋转-1" src="/Upload/Images/2014100721/811547A959C9C170.jpeg" alt="Qt-for-Android-程序禁止屏幕旋转-1" align="middle" />
原创文章,转载请注明: 转载自 http://www.mr-wu.cn/ 吴川斌的博客
本文链接地址: Qt for Android 程序禁止屏幕旋转 http://www.mr-wu.cn/qt-for-android-how-to-lock-screen-orientation/