锁定方向
有没有办法检测设备的自动旋转锁是否打开或关闭?我的应用程序需要访问该方法以在运行时锁定方向。
Is there a method to detect if the Auto-Rotation Lock of the device is on or off? My app needs to access that method to lock the orientation during runtime.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其添加到您的 Activity 的清单文件中,以获得您想要的 Activity 的固定方向,
例如
您可以使用的 java 代码
Add this in your Manifest file in your activity for the fixed orientation you want for your Activity
like
or in java code you can use
iPhone 中有一种方法
可以解锁方向。如果你想让它锁定,那么在你想要锁定方向的地方改变它的值(是到否)
In iPhone there is a method
To unlock orientation. if u want to make it lock then change its value (YES to NO) where u want to lock orientation