WindowManager mgr = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE));
int lastOrientation = mgr.getDefaultDisplay().getRotation();
activity.setRequestedOrientation(lastOrientation);
获得当前activity的屏幕方向
时间: 2024-11-25 19:52:26