设置屏幕旋转角

Intent mIntent = new Intent("android.ido.intent.action.lcdrotation");
mIntent.putExtra("rotation","0");//0,90,180,270
sendBroadcast(mIntent);
systemReboot(false);
文档更新时间: 2021-04-29 18:15   作者:Aeeditor