WindowManager mgr = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE));
int lastOrientation = mgr.getDefaultDisplay().getRotation();
activity.setRequestedOrientation(lastOrientation);