我知道这样可以往系统图库保存图片:
       ContentResolver cr = Utils.getContext().getContentResolver();
      MediaStore.Images.Media.insertImage(cr, pictureBitmap, pictureTitle, pictureDescription);
然后我想创建一个系统相册,把要保存的图片保存到创建的相册里面,怎么实现,谢谢。