标签: android camera
我的应用中有相机活动,用户可以在其中制作照片。由于某些原因,它固定为横向模式(通过清单中的screenOrientation)。一切都很完美,但我需要知道 - 图片上的屏幕模式是什么?用户可以旋转设备并尝试以纵向模式制作照片。
我尝试使用getRotation方法,但它只返回0度,因为我设置为纵向屏幕方向。
我想问一下 - 有什么方法可以解决这个问题吗?
感谢您的帮助!
答案 0 :(得分:0)
使用方向传感器,并不像您想象的那么困难。
http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/
Android phone orientation overview including compass