Open
Description
When request camera capture, i need add
intent.putExtra(MediaStore.EXTRA_SCREEN_ORIENTATION,ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
in the code
cameraPictureUrl = createImageUri();
pictureChooseIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
pictureChooseIntent.putExtra(MediaStore.EXTRA_OUTPUT, cameraPictureUrl);
chooseCode = TAKE_PHOTO;
break;
Plase add the option orientation for this case thank you very much!
Metadata
Metadata
Assignees
Labels
No labels