扫码关注官方订阅号
在AndroidManifest.xml里设置了android:screenOrientation="landscape",这样虽然强制横屏了,但是没有办法反转,应该怎么设置呢?
AndroidManifest.xml
android:screenOrientation="landscape"
人生最曼妙的风景,竟是内心的淡定与从容!
已经解决,设置为android:screenOrientation="sensorLandscape"就可以了。
android:screenOrientation="sensorLandscape"
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
已经解决,设置为
android:screenOrientation="sensorLandscape"
就可以了。