/ * getOutputMediaFileUri()* /
公共静态Uri getOutputMediaFileUri(int type){ //返回Uri.fromFile(getOutputMediaFile(type));
return FileProvider.getUriForFile(Application.getContext(), Application.getContext().getPackageName() + ".com.mentcom.mentp.provider", getOutputMediaFile(type));
}