我在我的应用程序中使用相机。我只是intent
用来启动相机
Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
startActivityForResult(cameraIntent, 101);
捕获的图像会自动进入landscape view
。我如何camera
在portrait view