分两步完成:
File file=new File(图片路径);4
1.把图片放到系统相册中
MediaStore.Images.insertImage(content.getContentResolver(),file.getAbsolutePath()+File.separator+
"图片路径".lastIndexOf("/")<0?"图片路径":"图片路径".subString("图片路径".lastIndexOf("/")+1,"图片路径".length(),null);
2.通知相册更新
activity.sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_FILE,Uri.formFile(file)));