Android屏幕设置只允许上下旋转

android:screenOrientation = ["unspecified" | "behind" |
                                     "landscape" | "portrait" |
                                     "reverseLandscape" | "reversePortrait" |
                                     "sensorLandscape" | "sensorPortrait" |
                                     "userLandscape" | "userPortrait" |
                                     "sensor" | "fullSensor" | "nosensor" |
                                     "user" | "fullUser" | "locked"]

带sensor的都是会根据重力旋转的。

Android屏幕设置只允许上下旋转

上一篇:php正则表达式的匹配与替换


下一篇:2019年2月22日 深入理解计算机系统(CS:APP)第二章 信息的表示和处理