我需要知道screen orientation
userPortrait
和portrait
的真正区别。什么时候用?
什么时候?
android:screenOrientation="portrait"
什么时候?
android:screenOrientation="userPortrait"
答案 0 :(得分:11)
"portrait" Portrait orientation (the display is taller than it is wide).
和
"userPortrait"
纵向方向,但可以是普通或反向纵向 基于设备传感器和用户的传感器偏好。如果 用户已锁定基于传感器的旋转,这与行为相同 肖像,否则它的行为与sensorPortrait相同。添加 API级别18。
检查http://developer.android.com/guide/topics/manifest/activity-element.html