如何在保存时缩小相机图片的大小,使用相机ActionIntent。我试图在相机操作的putExtra中使用MediaStore.EXTRA_SIZE_LIMIT,如下所示:Intentcaptureintent=newIntent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);captureintent.putExtra(MediaStore.EXTRA_OUTPUT,outputFileUri);captureintent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY,0);captureinte