ro.sf.fakerotation=false
ro.sf.hwrotation=90
ro.rk.MassStorage=false
ro.rk.systembar.voiceicon=true
路径:device/rockchip/rk3288/system.prop
当然这个文件,下面还有很多prop,很多跟系统相关的一些初始化设置都可以在这儿设置。ro.sf.hwrotation= 90 // 主屏初始方向ro.orientation.einit= 0 // 副屏初始方向// 主副屏 orientaion 是否相同
ro.same.orientation= false
// 副屏是否随主屏旋转
ro.rotation.external= true
ro.sf.fakerotation=false
ro.sf.hwrotation=90
ro.rk.MassStorage=false
ro.rk.systembar.voiceicon=true
路径:device/rockchip/rk3288/system.prop
当然这个文件,下面还有很多prop,很多跟系统相关的一些初始化设置都可以在这儿设置。ro.sf.hwrotation= 90 // 主屏初始方向ro.orientation.einit= 0 // 副屏初始方向// 主副屏 orientaion 是否相同
ro.same.orientation= false
// 副屏是否随主屏旋转
ro.rotation.external= true
举报