设置屏幕旋转角

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