控制屏幕旋转(仅Android)。
继承标准对象输入,扩展属性描述
继承标准对象输出,无扩展属性
app.rotation("landscape"); //表示当前页面需要横屏锁定显示; app.rotation("portrait"); //表示竖屏锁定 app.rotation("user"); //解除锁定,恢复横竖屏。
← getSimInfo setScreenOrientation →