我正在使用默认相机Intent在我的应用程序中获取图像。问题是相机在onActivityResult()上返回null。ResultCode和RequestCode按预期返回。我的Intent是:privatestaticfinalintCAPTURE_IMAGE_ACTIVITY_REQUEST_CODE=1224;....Intentintent=newIntent(MediaStore.ACTION_IMAGE_CAPTURE);intent.putExtra(MediaStore.EXTRA_OUTPUT,imageUri);intent.putExtra(MediaStore