android

1
2
3
4
5
6
7
8
adb shell settings put system accelerometer_rotation 0  #关闭自动旋转屏幕 

adb shell settings put system user_rotation 3  #调整显示方向  可选 0 1 2 3

0 # Protrait
1 # Landscape
2 # Protrait Reversed
3 # Landscape Reversed