You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By "landscape mode", do you mean force the orientation on the device?
# disable auto rotation
adb shell settings put system accelerometer_rotation 0
# use custom rotation (0=portrait, 1=landscape)
adb shell settings put system user_rotation 1
Or do you mean a client rotation without touching the device (#218)?
As title
The text was updated successfully, but these errors were encountered: