screenOrientation portrait和userPortrait有什么区别

时间:2014-04-29 17:48:40

标签: android android-orientation

我需要知道screen orientation userPortraitportrait的真正区别。什么时候用?

什么时候?

 android:screenOrientation="portrait"

什么时候?

 android:screenOrientation="userPortrait"

1 个答案:

答案 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